ゾーイ辞書

<select class="col-sm-12"  
        name="natureProjectFunds" 
        id="natureProjectFunds" 
        th:with="type=${@dict.getType('funding_type')}" 
        onchange="socialChange(this.value)">
    <option ></option>
    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
</select>
<select th:with="type=${@dict.getType('funding_type')}" >
   <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
</select>
公開された172元の記事 ウォンの賞賛0 ビュー5722

おすすめ

転載: blog.csdn.net/weixin_44635157/article/details/103983599