|
发表于 2023-4-21 15:56:16
|
显示全部楼层
四川省宜宾市
变量名 | 类 型 | 静态 | 数组 | 备 注 | 局_网址 | 文本型 | | | 局_方式 | 整数型 | | | 局_提交数据 | 文本型 | | | 局_提交cookie | 文本型 | | | ADD_协议头 | 类_POST数据类 | | | 局_提交协议头 | 文本型 | | | 局_结果 | 字节集 | | | 局_返回 | 文本型 | | |
局_网址 = “http://www.sucps.com/parse/apply”局_方式 = 1 局_提交数据 = “pageUrl=” + 编码_URL编码 (编辑框1.内容, , 真) + “&t=” + 时间_取北京时间戳 () + “&s=ZjY2ZDYwYjVmODA2N2Q3NDZjYzJiZmViNmZjYTUxZmU%3D&user_id=”局_提交cookie = “tokens=自己的cooki”ADD_协议头. 添加 (“Accept”, “application/json, text/javascript, */*; q=0.01”, )ADD_协议头. 添加 (“Accept-Language”, “zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6”, )ADD_协议头. 添加 (“Cache-Control”, “no-cache”, )ADD_协议头. 添加 (“Connection”, “keep-alive”, )ADD_协议头. 添加 (“Content-Length”, “386”, )ADD_协议头. 添加 (“Content-Type”, “application/x-www-form-urlencoded; charset=UTF-8”, )ADD_协议头. 添加 (“Host”, “www.sucps.com”, )ADD_协议头. 添加 (“Origin”, “http://www.sucps.com”, )ADD_协议头. 添加 (“Pragma”, “no-cache”, )ADD_协议头. 添加 (“User-Agent”, “自己的UA”, )局_提交协议头 = ADD_协议头. 获取协议头数据 ()局_结果 = 网页_访问_对象 (局_网址, 局_方式, 局_提交数据, 局_提交cookie, , 局_提交协议头, , , , , , , , , , , , , )局_结果 = 网页_GZIP解压 (局_结果 )局_返回 = 到文本 (编码_编码转换对象 (局_结果, , , )) 返回 (局_返回 )
|
|