<?php namespace Admin\Controller; use Think\Controller; class UserController extends Controller { public function index(){ //加载模版 $this ->display("User/index"); } } ?>