node.js學習筆記——跨域設置

1.在app.js中加入下列代碼,需要注意這段代碼必須在router之前 // Setting up cross - domain access must be before router app.use(function (req, res, next) { res.header('Access-Control-Allow-Origin', '*'); res.header('A
相關文章
相關標籤/搜索