mining-naire
https://github.com/Topcoder-V
    
app.get('/liu' , (req,res) => {
    res.send( 1 )
})

 

 

 

res.send中不能传递数值,否则会被当做状态码。

posted on 2021-06-05 20:55  hang-wei  阅读(274)  评论(0)    收藏  举报