以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 怎么样写post参数 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=160268) |
-- 作者:aidimeng -- 发布时间:2021/1/27 9:55:00 -- 怎么样写post参数
怎么样写 post的 参数呢 https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid={0}&secret={1}"
类似这样吗? }&secret={1}"
参数太多了啊 [此贴子已经被作者于2021/1/27 10:04:34编辑过]
|
-- 作者:有点蓝 -- 发布时间:2021/1/27 10:13:00 -- 比如:http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=160225&replyID=115658&skin=1 |
-- 作者:aidimeng -- 发布时间:2021/1/27 11:21:00 -- Dim serverIP As String= "http://192.168.1.150" Dim hc As New HttpClient(url)
远程服务器返回错误: (405) 不允许的方法。 |
-- 作者:有点蓝 -- 发布时间:2021/1/27 11:29:00 -- 去掉网址里的大括号 |
-- 作者:aidimeng -- 发布时间:2021/1/27 12:17:00 -- 可以了 |
-- 作者:aidimeng -- 发布时间:2021/1/27 13:23:00 -- 请求方式 get 是不是可以这样写啊 |
-- 作者:有点蓝 -- 发布时间:2021/1/27 13:45:00 -- get就是拼url,这句代码去掉:hc.C 先百度post、get理解学习一下 [此贴子已经被作者于2021/1/27 13:45:33编辑过]
|