摘要: app.get('/liu' , (req,res) => { res.send( 1 ) }) res.send中不能传递数值,否则会被当做状态码。 阅读全文
posted @ 2021-06-05 20:55 Topcoder-V 阅读(254) 评论(0) 推荐(0) 编辑