*函數*:this.取請求頭([文本型]欲取請求頭)
*返回*:[文本型]請求頭值
*SDK版本*:1.0
*函數功能*:獲取當前Header的值文本。
*使用例程*:
GET /index.esp HTTP/1.1
Accept: image/gif
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; TheWorld)
Connection: Keep-Alive
執行函數:this.取請求頭(User-Agent),返回值:“Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; TheWorld) ”