app.use(bodyParser.urlencoded({ extended: false }));. In order to parse JSON data sent in the POST request, use bodyParser.json() as the ...
確定! 回上一頁