|
|
发表于 2023-5-22 12:54:12
|
显示全部楼层
湖北省襄阳市
.版本 2
.子程序 _按钮1_被单击
.局部变量 提交协议头, 文本型
.局部变量 tmp, 文本型
.局部变量 json, 类_json
.局部变量 backgroundImage, 文本型
.局部变量 sliderImage, 文本型
提交协议头 = 子文本替换 (“Host: www.qingmo.com” + #换行符 + “Connection: keep-alive” + #换行符 + “sec-ch-ua: 'Google Chrome';v='113', 'Chromium';v='113', 'Not-A.Brand';v='24'” + #换行符 + “Accept: */*” + #换行符 + “X-Requested-With: XMLHttpRequest” + #换行符 + “sec-ch-ua-mobile: ?0” + #换行符 + “User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36” + #换行符 + “sec-ch-ua-platform: 'Windows'” + #换行符 + “Sec-Fetch-Site: same-origin” + #换行符 + “Sec-Fetch-Mode: cors” + #换行符 + “Sec-Fetch-Dest: empty” + #换行符 + “Referer: https://www.qingmo.com/” + #换行符 + “Accept-Language: zh-CN,zh;q=0.9”, “'”, #引号, , , 真)
tmp = 编码_Utf8到Ansi (网页_访问_对象 (“https://www.qingmo.com/captcha_req/gen?_=” + 时间_取现行时间戳 (), , , , , 提交协议头, , , , , , , , , , , , , ))
json.解析 (tmp, , )
backgroundImage = json.取通用属性 (“captcha.backgroundImage”, )
json.清除 ()
图片框1.图片 = 编码_Base64转图片 (backgroundImage)
|
-
|