asp 实现远程登陆代码

作者:袖梨 2022-07-02

Dim objXMLHTTP, xml, place
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "网址",False
xml.Send
response = xml.responseText '获取页面的返回值

相关文章

精彩推荐