TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
TWebRequest对象
>
TWebRequest的属性
Content
复制链接
简述
POST的非解析内容,解析内容可在ContentFields中得到。如果内容特别大,Content不会包括所有的内容,剩余的内容需要用ReadClient来读取。
类型:只读
定义
Content:String;
相关
Accept
Authorization
CacheControl
Connection
Content
ContentEncoding
ContentFields
ContentLength
ContentType
ContentVersion
Cookie
CookieFields
Date
DerivedFrom
Expires
From
Host
IfModifiedSince
InternalPathInfo
InternalScriptName
Method
MethodType
PathInfo
PathTranslated
ProtocolVersion
Query
QueryFields
Referer
RemoteAddr
RemoteHost
ScriptName
ServerPort
Title
Url
UserAgent
FAQ/知识库链接
Q:Matlab中调用cell2mat时,报错如下:All contents of the input cell array must be of the same data type.