摘要:
如果使用的时 phpStudy 选择这两个 NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES 改为 sql_mode=NO_AUTO_CREATE_USER,N 阅读全文
摘要:
Express CORS 解决跨域问题 1、运行 npm install cors 安装中间件 2、使用 const cors = require('cors') 导入中间件 3、在路由之前调用 app.use(cors()) 配置中间件 cors兼容问题:IE10+、Chrome4+、FireFo 阅读全文