const express = require("express"); const bodyParser ... 使用body-parser 中間 app.use(bodyParser.urlencoded({ extended: true })) ...
確定! 回上一頁