Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 186 Bytes

controller.md

File metadata and controls

5 lines (4 loc) · 186 Bytes

controller 负责的是:

  • 提取用户的输入
  • 调用 service 层并返回相应的结果

基于 method 和 URL,通过 router 将用户的请求分发到对应的 Controller。