Using Express, I can import body-parser to parse the body as JSON: import bodyParser from 'body-parser'. app.use(bodyParser.json()).
確定! 回上一頁