当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP TotalBytes 属性

ASP
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP 摘要
ASP 实例

ASP TotalBytes 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 340 ::
收藏到网摘: n/a

The TotalBytes property is a read-only property that returns the total number of bytes the client sent in the body of the request.
TotalBytes属性是一个只读属性,它返回用户发送请求当中的总字节数。

Syntax
语法

varbytes=Request.Totalbytes

Example
举例

The following code sets the variable a equal to the total number of bytes sent in the body of the request:

<%
dim a
a=Request.TotalBytes
%>

评论 (0) All

登陆 | 还没注册?