
模块代码[HOME/INDEX]:
<?php
namespace Home\Controller;
use Think\Controller;
class IndexController extends Controller {
public function index(){
$this->display('Home/index');
}
}模版文件代码:[HOME/INDEX]:
<extend name="Base/common"/>
<p>
2[ba<!DOCTYPE HTML>
<html>
<head>
<include file="Public/head"/>
</head>
<body>
<!-- 头部 -->
<include file="Public/header"/>
<!-- /头部 -->
<!-- 主体 -->
<include file="Public/body"/>
<!-- /主体 -->
<!-- 底部 -->
<include file="Public/footer"/>
<!-- /底部 -->
</body>
</html>[PUBLIC/HEADER]:<h1>1</h1>[PUBLIC/HEAD]:<title>
test
</title>页面输出源码:<extend name="Base/common"/>
<p>
2缓存清除过,我也是醉了,求帮助
code.rar
( 1004.84 KB 下载:23 次 )
最佳答案