企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
>[danger] 友情提示:构建器目前只支持HisiPHP Pro版本([我要升级](https://www.hisiphp.com/authorize.html)) ## 分隔线(line) | 参数 | 类型 | 必须 | 默认 | 说明 | --- | --- | --- | --- | --- | | type | string | Y | | 固定值:line | | title | string | Y | | 标题 | >[info]![](https://img.kancloud.cn/96/4a/964a44d50407f3205f699b50d5a1d84d_1634x90.jpg) >[]示例代码: ``` $assign['buildForm']['items'] = [ [ 'type' => 'line', 'title' => '我是分隔线', ], // 更多表单项..... ]; $this->assign($assign); ``` 组合展示: ![](https://img.kancloud.cn/fb/f9/fbf9fb587b7e8cbf62ccdff468dbcfc6_1852x546.png)