请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

Parry 2017-05-30 23:13:59

fetch 不建议使用 post 我在其他问答里解答过。

0 回复 有任何疑惑可以回复我~
  • 项目里用post,该用什么呢
    回复 有任何疑惑可以回复我~ 2017-06-15 12:22:38
  • Parry 回复 相信自己13 #2
    那你就保持统一使用 post,不过建议使用 get。
    回复 有任何疑惑可以回复我~ 2017-06-15 13:16:04
  • 相信自己13 回复 Parry #3
    现在post在哦iPhone4给后端发不了请求  
    fetch(url, {
            method: 'POST',
            // credentials: 'include',
            headers: {
                'Accept': 'application/json, text/plain, */*',
                'Content-Type': 'application/x-www-form-urlencoded'
            },
            body: obj2params(paramsObj)
        });
    代码如上
    回复 有任何疑惑可以回复我~ 2017-06-15 13:49:45
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信