最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 实现远程登陆代码
时间:2022-07-02 22:37:24 编辑:袖梨 来源:一聚教程网
Dim objXMLHTTP, xml, place
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "网址",False
xml.Send
response = xml.responseText '获取页面的返回值