body-parser 是一個Node.js 第三方套件,負責處理HTTP request 傳進來的資料。 ... app.use(bodyParser.urlencoded({ extended: true}))
確定! 回上一頁