我在Node.js 8.1 中使用Koa。 今天我发现在我的app.js中,如果我按这个顺序写: const Koa = require('koa') var cors = require('koa-cors') const app = new Koa() ...
確定! 回上一頁