$oHTTP = ObjCreate("winhttp.winhttprequest.5.1") $oHTTP.Open("GET","http://www.sohu.com") $oHTTP.Send() $HTMLSource = $oHTTP.Responsetext $EnabelSeeHTMLSource=BinaryToString($HTMLSource) MsgBox(0,'',$HTMLSource)
举报
$sUrl = 'http://www.sohu.com' $oHTTP = ObjCreate('microsoft.xmlhttp') $oHTTP.Open('get', $sUrl, False) $oHTTP.Send() $sText = BinaryToString($oHTTP.responseBody) MsgBox(0,'', $sText)
您需要 登录 才可以下载或查看,没有账号?加入
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-26 06:07 , Processed in 0.202486 second(s), 25 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.