With Express 4 you have to install the body-parser module and use that instead: var bodyParser = require('body-parser'); ...
確定! 回上一頁