ASP TotalBytes 属性
❮ Request 对象完整参考
TotalBytes 属性是一个只读属性,它返回客户端在请求正文中发送的字节总数。
语法
varbytes=Request.Totalbytes
示例
以下代码将变量 a 设置为请求正文中发送的字节总数
<%
dim a
a=Request.TotalBytes
%>
❮ Request 对象完整参考
TotalBytes 属性是一个只读属性,它返回客户端在请求正文中发送的字节总数。
varbytes=Request.Totalbytes
以下代码将变量 a 设置为请求正文中发送的字节总数
<%
dim a
a=Request.TotalBytes
%>
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]