|
这样:
变量名 | 类 型 | 静态 | 数组 | 备 注 | http_R | WinHttpR | | | location | 文本型 | | | res | 文本型 | | |
http_R. SetRedirect (假)http_R. Open (“get”, “https://pan1.yukaidi.com/f/D1B8s8/%E6%9E%81%E5%AE%A2%E7%B3%BB%E7%BB%9Fwin10_20H2.wim”, )http_R. SetAccept (“text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7”)http_R. SetUserAgent (“Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36”)http_R. Send (, )location = http_R. GetResponseLocation ()调试输出 (location )如果真 (寻找文本 (location, “/WAF/VERIFY/GET”, , 假) ≠ -1 )http_R. Open (“get”, “https://pan1.yukaidi.com” + location, )http_R. SetAccept (“text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7”)http_R. SetRequestHeader (“Upgrade-Insecure-Requests”, “1”)http_R. SetUserAgent (“Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36”)http_R. Send (, )location = http_R. GetResponseLocation ()调试输出 (location )http_R. Open (“get”, “https://pan1.yukaidi.com” + location, )http_R. SetAccept (“text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7”)http_R. SetRequestHeader (“Upgrade-Insecure-Requests”, “1”)http_R. SetUserAgent (“Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36”)http_R. Send (, )location = http_R. GetResponseLocation ()调试输出 (location )http_R. Open (“get”, location, )http_R. SetAccept (“text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7”)http_R. SetRequestHeader (“Upgrade-Insecure-Requests”, “1”)http_R. SetUserAgent (“Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36”)http_R. Send (, )location = http_R. GetResponseLocation ()调试输出 (location )
|
|