TP5 继承tink\controller 的fetch??求解

浏览:6401 发布日期:2016/06/02 分类:求助交流 关键字: fetch();不起作用??
<?php
namespace app\index\controller;
use think\controller;
class Index
{
public function index()
{
return $this->fetch();
}
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>