啥用途,不知道,仅供学习使用
|
写_用户_评论动态 | 文本型 | | |
Cookies | 文本型 | | | | Csrf | 文本型 | | | | oid | 文本型 | | | | message | 文本型 | | | |
变量名 | 类 型 | 静态 | 数组 | 备 注 | url | 文本型 | | | 局_提交 | 文本型 | | | returnData | 文本型 | | | json | 类_json | | | js | 类_json | | |
url = “https://api.bilibili.com/x/v2/reply/add”message = 编码_URL编码 (message, , 假) 局_提交 = “oid=” + oid + “&type=11&message=” + message + “&plat=1&ordering=time&jsonp=jsonp&csrf=” + Csrf returnData = 编码_utf8到gb2312 (网页_访问S (url, 1, 局_提交, Cookies, , #常量1, , , , , , , , , , , , , , , )) json. 解析 (returnData, , )js. 置属性 (“code”, json. 取通用属性 (“code”, ), )js. 置属性 (“message”, json. 取通用属性 (“message”, ), )返回 (js. 取数据文本 ())
求几个好评,等下发怎么获取crsf,cookies
|