res.send 只能调用一次,因为它等效于 res.write + res.end() · 例. 1 2 3. app.get('/user/:id', function (req, res) {
確定! 回上一頁