Firstly you need to add some middleware to parse the post data of the body. Add one or both of the following lines of code: app.use(express.json()); ...
確定! 回上一頁