企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### form_select 下拉组件 ~~~ form_select($name = null,$select=[], $options = [],$attr='',$value=null) ~~~ - `name ` 表单名 - `select` 表单列表 - `attr` 表单属性 例如,‘id,title’ - `value` 默认选择的value 默认选中value为 'text'的实例:{:form_select('type', $msgType, ['label' => 'Type', 'verify' => 'required'],'', 'text')}