반응형
Notice
Recent Posts
Recent Comments
Link
반응형
목록function (1)
반응형
taenyLog
res.send res.render
res.send The res.send() function basically sends the HTTP response. The body parameter can be a String or a Buffer object or an object or an Array. Syntax: res.send( [body] ) Parameter: This function accepts a single parameter body that describes the body which is to be sent in the response. Returns: It returns an Object. res.render The res.render() function is used to render a view and sends th..
Web
2023. 6. 28. 07:13