ThinkPHP3.2.3 模板存在 方法不存在时也能访问

浏览:2229 发布日期:2016/01/15 分类:求助交流
问题描述:
创建模板文件 \Application\Home\View\Index\test.html
在 \Application\Home\Controller\IndexController.class.php 中没有创建 test 方法 但是访问 http://127.0.0.1/index.php?m=Home&c=Index&a=test 的时候也能显示test.html模板中的内容
最佳答案
评论( 相关
后面还有条评论,点击查看>>