app.get(‘/liu‘ , (req,res) => { res.send( 1 ) })
res.send中不能传递数值,否则会被当做状态码。
res.send()传参----Invalid status code: 1
原文:https://www.cnblogs.com/wei-hang/p/14853843.html