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