84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
因为想要写一个环境为debug时能同时接收 get和post 请求的方法(环境为production时则只接收post),所以想找到express里面的post方法,把它们写到一起去,但是找了两天没找到post在哪...然后终于找到,好像这个方法是http模块的,那我想给express加个方法,该写在哪?开头怎么写?想要和现有的router.get和router.post用法一样
debug
get
post
production
express
http模块
router.get
router.post
业精于勤,荒于嬉;行成于思,毁于随。
写中间件就行了呀,中间件的内容就是 debug + 处理post、get。
写中间件就行了呀,中间件的内容就是 debug + 处理post、get。