uni-app 发送form-data参数的请求方式传值给后台
传值给后台 基本上是form还有json格式把值传给后台。首先是json格式的header: {'Content-Type': 'application/json',},form格式header: {'Content-Type': 'application/x-www-form-urlencoded',},
·
传值给后台 基本上是form还有json格式把值传给后台。
- 首先是json格式的
header: {
'Content-Type': 'application/json',
},
- form格式
header: {
'Content-Type': 'application/x-www-form-urlencoded',
},
更多推荐
已为社区贡献9条内容
所有评论(0)