企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 创建模版 在 /application/example/controller/ViewController.php创建方法: ~~~ /** * 获取视图 * 视图文件位置: /application/example/view/ViewController/fetchExample.html * @return string */ public function fetchExample() { return $this->fetch(); } ~~~ 创建视图文件,即可载入视图 ~~~ /application/example/view/ViewController/fetchExample.html ~~~