多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
>[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)