body参数可以是Buffer对象,String,对象或Array。 例如: res.send(new Buffer('whoop')); res.send({ some: 'json' }); res.send('<p>some ...
確定! 回上一頁