采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
为什么fetch的method 添加comment 是get 而不用post?
fetch 不建议使用 post 我在其他问答里解答过。
项目里用post,该用什么呢
那你就保持统一使用 post,不过建议使用 get。
现在post在哦iPhone4给后端发不了请求 fetch(url, { method: 'POST', // credentials: 'include', headers: { 'Accept': 'application/json, text/plain, */*', 'Content-Type': 'application/x-www-form-urlencoded' }, body: obj2params(paramsObj) }); 代码如上
登录后可查看更多问答,登录/注册
轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目
5.4k 6
5.1k 6
2.5k 18
2.5k 14
2.9k 13