操作参考如下:<?phpnamespace Admin\Controller;use Think\Controller;class UserController extends Controller {public function index(){//加载模版$this ->display("User/index");}}?>