为啥我访问common 显示页面错误,请稍后再试 use app\common\controller\Index as commonIndex; class Index { public function index() { return 'this is index Index index'; } public function common() { $common = new commonIndex(); return $common->index(); } }
一样好奇错在哪啊
大哥,你找出来是什么原因啊?我也有同样的困惑
问题找到了