ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的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 ); } ~~~