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
干嘛用的?
2 回答1.3k 阅读✓ 已解决
2 回答3k 阅读
2 回答824 阅读✓ 已解决
1 回答907 阅读✓ 已解决
1 回答1k 阅读✓ 已解决
2 回答882 阅读
1 回答873 阅读
Route::any
路由定义,支持所有类型,如GET
POST
"\\think\\addons\\Route@execute"
指向\addons\Route.php@execute