举报
#include <WinHttp_GetRespond.au3> $codeurl= "https://passport.360buy.com/new/JDVerification.aspx?a=1&uid=ef8f3b58-c4d0-4f5e-bab5-589990e0312e" ;获取验证码 $rContext=_WinHTTP_GetRespond(-1, $codeurl,4 + 2 + 256,5000, -1, -1, "Referer: https://passport.360buy.com/new/login.aspx?ReturnUrl=http%3A%2F%2Fwww.360buy.com%2F") If @error Then MsgBox(0,0,0) EndIf $CodeFile = FileOpen("code.bmp",10) FileWrite($CodeFile,Binary($rContext[0])) FileClose($CodeFile)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-7 15:18 , Processed in 0.095145 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.