菜鸟提问

浏览:253 发布日期:2018/07/27 分类:ThinkPHP5专区
<?php
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
return $this->fetch();
}
}

这些是我index.php里的代码,然后html对应的是附件里的文件,求解为什么会出现页面错误
最佳答案
评论( 相关
后面还有条评论,点击查看>>