http-cors-proxy 简述: 本地node运行,通过对preFlight request的特殊处理,解决浏览器的跨域问题,适合前后端交互开发阶段的api快速验证。 安装依赖: npm install 运行: node proxy.js or npm start