摘要: Route::any("/{module}/{controller}/{action}",function ($module,$class,$action){ $class = "App\\Http\\Controllers\\$module\\".ucfirst(strtolower($class 阅读全文
posted @ 2021-05-19 11:59 dreamboycx 阅读(157) 评论(0) 推荐(0) 编辑