Thinkphp5.0 Route::any Route@execute 请问这句代码是什么意思?
Route::any('addons/:addon/[:controller]/[:action]', "\\think\\addons\\Route@execute");
代码来自: https://github.com/5ini99/thi...
请问这句代码的作用什么是什么呢?
Route@execute
干嘛用的?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Route::any
路由定义,支持所有类型,如GET
POST
"\\think\\addons\\Route@execute"
指向\addons\Route.php@execute