thinphp中前台后台都有互相调用方法,这样可以省去重复内容。$hello = new \Admin\Common\Fun\hello();$hello->hehe(); 调用其他地方的方法同理。如果是在同控制器里模块名可以省略。