发送HTTP响应,该body参数可以是一个Buffer对象,一个String对象或一个Array res.send(new Buffer('whoop')); res.send({ some: 'json' }); ...
確定! 回上一頁