include 有时加载有时不加载

浏览:621 发布日期:2014/08/15 分类:求助交流
我在View里面下了如下代码:
1<!doctype html>
2 <html>
3 <include file="Public/head.html"/>
4 <body>
5 {$func = "dqshow"}
6 <include file="Public/left.html"/>
7 <include file="Public/ct_index.html"/>
8 </body>
9 </html>
在debug模式下,我刷新的时候,有时能加载,有啥会出现空白页显示dqshow

请问这是啥原因
最佳答案
评论( 相关
后面还有条评论,点击查看>>