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')}