request请求,post后端无法接收
2020-06-10 本文已影响0人
凤箫之舞
只需要在request 中添加以下部分代码就可以实现。
method: 'POST',
header: {
"Content-Type": "application/x-www-form-urlencoded"
},
只需要在request 中添加以下部分代码就可以实现。
method: 'POST',
header: {
"Content-Type": "application/x-www-form-urlencoded"
},