# 视图 ## 视图位置 视图文件位于 `app/view` 目录下 ## 基本视图示例 ```php return view('index', ['name' => 'ThinkPHP']); ``` ## 模板继承 ```html

评论区

登录 后参与评论
× Preview