<select name="solrIndex" editable="false" panelHeight="auto" class="easyui-combobox" > <#list allSolrIndexs.keySet() as key> <#if "${product.solrIndex==key}" > <option value="${key}" selected="selected">${allSolrIndexs.get(key)}</option> <#else > <option value="${key}">${allSolrIndexs.get(key)}</option> </#if> </#list> </select>
freemarker关于select回显
最新推荐文章于 2022-12-10 10:57:48 发布