app.use(express.urlencoded({ extended: true }));. This is it, now you will be able to receive the form data in req.body.
確定! 回上一頁