Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 374 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 374 Bytes

Express-Router

要点

* 设计时,分离变化的部分与不变的部分:变化的部分(路径,执行的操作),不变的部分(路由过程)
* 路由过程分为【注册】和【查找执行】
* app.get/post() 进行路由注册          
* app() 执行路由的查找和执行           
* 默认与可配置的404页面