Fatal error: Call to undefined method Home::index2.html() in D:\qiangjunwang\core\App.php on line 13
equire_once'/application/controller/'.$controller.'.php'; //1、实例化控制器 $class=new $controller; $class->$action();
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
难道不应该是require_once
提示没定义这个方法啊