企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* 展示样式 ![](https://img.kancloud.cn/f1/bf/f1bf67adc995ff5a128c8651183d5c11_352x96.png) * 未封装调用方式 ~~~ $obj = mb_substr($code, 0, 3).'***'.mb_substr($code, -3); $sbh_value = ['type'=>'omit','val'=>$code,'name'=>$obj]; ~~~ *封装后调用方式 ~~~ $obj = mb_substr($code, 0, 3).'***'.mb_substr($code, -3); $value['字段名'] = ['type'=>'omit','val'=>$code,'name'=>$obj]; ~~~ * 属性说明 | 属性 | 说明 | | --- | --- | | type | 转变类型 | | val | 复制/气泡显示值 | | name | 缩略显示值 |