老冷编程学院's Archiver
论坛
›
JavaScript/IDEA/其他
› 【EasyClick】httppost无法提交字符串参数http.requestEx,requestbody解决方法
Mr_老冷
发表于 2023-3-13 17:46:48
【EasyClick】httppost无法提交字符串参数http.requestEx,requestbody解决方法
let res = http.requestEx({
url: "http://www.baidu.com",
method: "post",
requestBody: "你想提交的字符串"
})
h18234588718
发表于 2023-4-12 22:02:02
这里怎么设置协议头啊
页:
[1]
查看完整版本:
【EasyClick】httppost无法提交字符串参数http.requestEx,requestbody解决方法