通过本文主要向大家介绍了httprequest类,httprequest,httprequest对象,httprequest插件,c httprequest等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
最简单的调用方法:
response.write SmartHttp("http://www.baidu.com/").send().gettext()
复杂调用
set myhttp = SmartHttp("http://www.baidu.com/s","GET")
myhttp.dataset.append "wd","smarthttp"
myhttp.send()
response.write myhttp.gettext("gbk")
</div> </div>
response.write SmartHttp("http://www.baidu.com/").send().gettext()
复杂调用
set myhttp = SmartHttp("http://www.baidu.com/s","GET")
myhttp.dataset.append "wd","smarthttp"
myhttp.send()
response.write myhttp.gettext("gbk")
</div> </div>