Fetch Jan 17, 2018 #前端相关 brew install npm brew install node npm install create-react-app #查看配置相关 cat package.json # 启动 npm start fetch的基本使用,不了解原理 在控制台中使用,方便进行测试 fetch(url, {method:"POST", headers:{"Content-type":"application/json"}, body:myStr}).then(res => console.log(res))