Foxtable(狐表)用户栏目专家坐堂 → 如何判断是否接受到是 post 类型的json数据


  共有4278人关注过本帖树形打印复制链接

主题:如何判断是否接受到是 post 类型的json数据

帅哥哟,离线,有人找我吗?
xa139
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:童狐 帖子:282 积分:2835 威望:0 精华:0 注册:2019/4/23 11:17:00
如何判断是否接受到是 post 类型的json数据  发帖心情 Post By:2021/5/16 0:29:00 [显示全部帖子]

Dim jo As New JObject
jo("msgtype") = "text" 
jo("text") = New JObject
jo("text")("content") = "我就是我, 是不一样的烟火"
Dim hc As New HttpClient("http://127.0.0.1")
hc.Content=CompressJson(jo)
Dim ret As String = hc.getData()
Output.Show(ret)
如何判断是否接受到是 post 类型的json数据  
if  e.PostValues.count >1 ?


 
[此贴子已经被作者于2021/5/16 10:12:53编辑过]

 回到顶部