這個(gè)是5.4版本不支持嗎
Route::get('test/{id}', ['my'=>'DemoController@test']); 前臺(tái)報(bào)錯(cuò) Function () does not exist 但是Route::get('test','DemoController@test');沒(méi)問(wèn)題
Route::get('test/{id}', ['my'=>'DemoController@test']); 前臺(tái)報(bào)錯(cuò) Function () does not exist 但是Route::get('test','DemoController@test');沒(méi)問(wèn)題
2017-07-26
舉報(bào)
2017-07-26
函數(shù)名不存在???