*/ namespace app\index\controller; use \think\Controller; class User extends Controller { public function index(){ echo 11111; } }