询问如何在rute路由里设置"-"下划线呢,如 topic/:spell_:poi
Route::get('topic/<spell>_<poi>', 'index/index/index'); 用组合变量
Route::get('topic/<spell>_<poi>', 'index/index/index');
1 回答2.2k 阅读
1 回答4.7k 阅读
1 回答3.5k 阅读
2 回答7.9k 阅读
2 回答3.7k 阅读
Route::get('topic/<spell>_<poi>', 'index/index/index');
用组合变量