|
|

20精币
| 窗口程序集名 | 保 留 | 保 留 | 备 注 | | 窗口程序集_启动窗口 | | | | | 变量名 | 类 型 | 数组 | 备 注 | | 鱼刺许可 | 鱼刺类_临界许可 | | | http | WinHttpR | |
| 变量名 | 类 型 | 静态 | 数组 | 备 注 | | 局_网址 | 文本型 | | | | 局_方式 | 文本型 | | | | 局_提交协议头 | 文本型 | | | | 局_结果 | 字节集 | | | | 局_返回 | 文本型 | | |
局_网址 = “https://www.baidu.com/”局_方式 = “GET”http. Auto (真)http. Open (局_方式, 局_网址, 真)http. SetRequestHeader (“Host”, “ www.baidu.com”)http. SetRequestHeader (“Connection”, “ keep-alive”)http. SetRequestHeader (“Cache-Control”, “ max-age=0”)http. SetRequestHeader (“sec-ch-ua”, #引号 + “Microsoft Edge” + #引号 + “;v=” + #引号 + “147” + #引号 + “, ” + #引号 + “Not.A/Brand” + #引号 + “;v=” + #引号 + “8” + #引号 + “, ” + #引号 + “Chromium” + #引号 + “;v=” + #引号 + “147” + #引号 )http. SetRequestHeader (“sec-ch-ua-mobile”, “ ?0”)http. SetRequestHeader (“sec-ch-ua-platform”, #引号 + “Windows” + #引号 )http. SetRequestHeader (“Upgrade-Insecure-Requests”, “ 1”)http. SetRequestHeader (“User-Agent”, “ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0”)http. SetRequestHeader (“Accept”, “ 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. SetRequestHeader (“Sec-Fetch-Site”, “ none”)http. SetRequestHeader (“Sec-Fetch-Mode”, “ navigate”)http. SetRequestHeader (“Sec-Fetch-User”, “ ?1”)http. SetRequestHeader (“Sec-Fetch-Dest”, “ document”)http. SetRequestHeader (“Accept-Encoding”, “ gzip, deflate, br, zstd”)http. SetRequestHeader (“Accept-Language”, “ zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6”)http. Send (, )局_结果 = http. GetResponseBody ()局_结果 = 网页_GZIP解压 (局_结果 )局_返回 = 到文本 (编码_编码转换对象 (局_结果, , , )) 鱼刺许可. 进入 ()调试输出 (http. GetStatus ()) 鱼刺许可. 退出 ()功能_网页访问 ()
|
|