随笔分类 -  nodeJS-Express

摘要:req.params req.query req.body 其中req.params,req.query是用在get请求当中。 用req.params 解析下面网址 http://localhost:3000/10 app.get("/:id",function (req,res) { res.se 阅读全文
posted @ 2022-07-05 14:45 周翔宇的朋友 阅读(716) 评论(0) 推荐(0)