Make great things

What I cannot create, I do not understand.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年9月28日

摘要: 阅读 express 官方文档的记录. hello world example Routing 路由定义: , METHOD 为 HTTP 请求方法, PATH 为路由路径, HANDLER 路由回调函数, 参数为 req, res. METHOD 还可以为 all, 它的回调函数多一个 next, 阅读全文
posted @ 2016-09-28 22:32 wbin91 阅读(2853) 评论(0) 推荐(0) 编辑