VBS:Like as XMLHTTP application of JS

来源:互联网 发布:自动发卡源码带wap 编辑:程序博客网 时间:2024/06/05 15:03

Set Xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")

XmlHttp.Open "GET", url, false
XmlHttp.Send()

mbody=XmlHttp.ResponseText

原创粉丝点击