前端請求nodejs接口跨域

 nodejs咱們能夠引入cors插件,輕鬆解決跨域問題node //導入cors模塊,該模塊爲跨域所用 const cors = require('cors'); app.use(cors());
相關文章
相關標籤/搜索