摘要: ``` Function gethttp(URL) Set objXML=CreateObject("Microsoft.XMLHTTP") objXML.Open "Get", Url, False objXML.send If objXML.readyState=4 then gethttp =objXML.ResponseText ... 阅读全文
posted @ 2016-10-02 15:01 Ali.Blacken 阅读(495) 评论(0) 推荐(0)