$controller
$controller : string
控制器名
Url Dispatcher
$controller : string
控制器名
$actionName : string
操作名
$app : \think\App
应用对象
$request : \think\Request
请求对象
$rule : \think\route\Rule
路由规则
$dispatch : mixed
调度信息
$param : array
路由变量
Loading…