express获取参数有三种方法:req.query适合 http://localhost:3000/form?num=8888req.body 适合http://localhost:3000/form,然后Post一个num为tinyphpreq.params适合获取form后的num:http:... Read More
posted @ 2015-11-09 18:44 tinyphp Views(5062) Comments(0) Diggs(1)