## 路由配置实战 ​**文件位置**​:`route/app.php` ### 基础路由 **php** ``` use think\facade\Route; // 基本GET路由 Route::get('hello', function(){ return 'Hello Th

评论区

登录 后参与评论
× Preview