2018-08-09

2018-08-15  本文已影响0人  _请输入昵称

select2 清空 删除 出现右边x按钮方法

```

select2({

    allowClear: true,

})

```

select2 默认选中 items

< form:select path="hostType" id="hostType" emptyOption="true" >

<form:options items="${fns:getDictList('dsx_host_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>

</form:select>

上一篇下一篇

猜你喜欢

热点阅读