ホームページ > に質問 > 本文
index.php
<?php
名前空間 app\index\controller;
use app\index\controller\Base;
class Index extends Base
{
public functionindex()
return $this->ビュー -> fetch(); }
}
基格
namespace app\index\controller;
use think\controller;
クラスベース拡張コントローラ
Longinquity。2019-09-17 09:05:58
ビューのインデックス フォルダーにindex.htmlがあるかどうかを確認してください