处理的文件 ThinkPHP\app\Lib\Action\ShopAction.class.php
模板文件里面就随便打点字的 {$hello}
ShopAction.class.php 里面是这样的
class ShopAction extends Action{
function index(){
$this->assign('hello','你好');
$this->display('tt');
}
}
然后 就出现下面的这个 开启debug根本没反应 不知道怎么搞的 新手 郁闷啊!
:(
页面错误!请稍后再试~
最佳答案