Route::get('test/{id}', ['my'=>'DemoController@test']); 前台报错 Function () does not exist 但是Route::get('test','DemoController@test');没问题
函数名不存在???