1.必须实现IController接口
2.非静态类
3.类名必须以controller结尾
<%: "<h1>aa</h1>"%>bbb
显示:
<h1>aa</h1>bbb
<%="<h1>aa</h1>"%>cc
显示:
aa
cc
1.必须实现IController接口
2.非静态类
3.类名必须以controller结尾
<%: "<h1>aa</h1>"%>bbb
显示:
<%="<h1>aa</h1>"%>cc
显示:
cc
转载于:https://www.cnblogs.com/DJYBlog/p/4180489.html