res.send()将发送HTTP响应。其语法是, res.send([body]). body参数可以是Buffer对象、String、object或Array。例如: res.send(new Buffer('whoop')) ...
確定! 回上一頁