企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### display **设置模板变量** **参数** $result : V层 页面名称 现已基本不用,通过 新添加的 view 方法 设置模板 ~~~ function display($result) { if (! empty ( $_GET ['skey'] )) { $this->show->assign ( "skey_", $_GET ['skey'] ); } $this->createSubmitTag();//创建重复提交校验 $this->show->display ( $this->objPath . '_' . $this->objName . '-' . $result ); } ~~~