新人求教, 模板渲染不了

浏览:608 发布日期:2018/10/16 分类:求助交流 关键字: 模板渲染不了
第一次使用tp5, 按照文档的方法, 结果访问不了test


<?php
namespace app\index\controller;
use think\Controller;


class Index extends Controller
{

public function test(){

return $this->fetch('test');
}

}
最佳答案
评论( 相关
后面还有条评论,点击查看>>