var app = express(); // configure body-parser app.use(bodyParser.urlencoded({extended: true})); app.use(bodyParser.json()); ...
確定! 回上一頁