Route::any('addons/:addon/[:controller]/[:action]', "\\think\\addons\\Route@execute");
代码来自: https://github.com/5ini99/thi...
请问这句代码的作用什么是什么呢?
Route@execute
干嘛用的?
Route::any('addons/:addon/[:controller]/[:action]', "\\think\\addons\\Route@execute");
代码来自: https://github.com/5ini99/thi...
请问这句代码的作用什么是什么呢?
Route@execute
干嘛用的?
1 回答4.1k 阅读✓ 已解决
3 回答1.8k 阅读✓ 已解决
2 回答2.2k 阅读✓ 已解决
2 回答2.2k 阅读
1 回答1.4k 阅读✓ 已解决
1 回答896 阅读✓ 已解决
792 阅读
Route::any
路由定义,支持所有类型,如GET
POST
"\\think\\addons\\Route@execute"
指向\addons\Route.php@execute