#include <WinHttp_GetRespond.au3> $code = _WinHTTP_GetRespond(-1, "http://s.taobao.com/search?q=秋装&commend=all&ssid=s5-e&cat=162103&from=compass&navlog=compass-2-c-162103", 2, 3000) $code = $code[0] MsgBox(0,"",$code)
举报
Func getcode($surl, $stime=8) Do FileDelete(@TempDir&"\code.txt") Local $starttime = _Timer_Init() $down = InetGet($surl, @TempDir & "\code.txt", 1, 1) Do Until InetGetInfo($down ,2) Or _Timer_Diff($starttime) > $stime*1000 Until InetGetInfo($down ,2) $fcode = FileOpen(@TempDir&"\code.txt") $code = FileRead($fcode) FileClose($fcode) Return($code) EndFunc
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-15 10:34 , Processed in 0.083762 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.