Skip to content

Commit cb24e26

Browse files
committed
new line
1 parent c2ed07a commit cb24e26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

13.3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ MVC设计模式是目前Web应用开发中最常见的一种架构模式,通
2828
Head() //method=HEAD的处理
2929
Patch() //method=PATCH的处理
3030
Options() //method=OPTIONS的处理
31-
Finish() //执行完成之后的处理 Render() error //执行完method对应的方法之后渲染页面
31+
Finish() //执行完成之后的处理
32+
Render() error //执行完method对应的方法之后渲染页面
3233
}
3334

3435
那么前面介绍的路由add的时候是定义了ControllerInterface类型,因此,只要我们实现这个接口就可以,所以我们的基类Controller实现如下的方法:

0 commit comments

Comments
 (0)