res.send() will send the HTTP response. Its syntax is,. res.send([body]). The body parameter can be a Buffer object, a String, an object, or an Array.
確定! 回上一頁