方法不存在!

272.                     $actionName 'jizhi';
273.                     //Error_msg('方法不存在!');
274.                  }  
275.              }else{
276.                  if (!method_exists($controller$actionName)) {
277.                      Error_msg('方法不存在!');
278.                  }
279.              }
280. 
281.              if($controllerName=='Home' && $actionName=='jizhi'){
282.                  if(method_exists($app_home.'\\plugins\\HomeController''jizhi')){
89.          spl_autoload_register(array($this'loadClass'));
90.          $this->setDbConfig();
91.          $this->setReporting();
92.          $this->removeMagicQuotes();
93.          //$this->unregisterGlobals();
94.          $this->route();
95.          
96.      }
97. 
98.      // 路由处理
99.      public function route()
515.      //定义静态文件路径
516.      defined('Tpl_style') or define('Tpl_style''/static/');
517.  }
518.  header_remove('X-Powered-By');
519.  //实例化核心类
520.  (new frphp($config))->run();