Asp Object 之:TotalBytes
2018-09-06 11:24
阅读:443
TotalBytes
TotalBytes 属性指定客户端在请求正文中发送的总字节数。该属性只允许读。
语法Counter = Request.TotalBytes 参数 Counter 指定一个变量来接收客户端在请求中发送的总字节数。 示例
以下脚本设置一个等于请求对象中包括的总字节数的变量。
<% Dim bytecount bytecount = Request.TotalBytes %> 应用于
Request 对象
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Asp Object 之:TotalBytes
文章链接:http://soscw.com/index.php/essay/9335.html
文章标题:Asp Object 之:TotalBytes
文章链接:http://soscw.com/index.php/essay/9335.html
评论
亲,登录后才可以留言!