Thymeleaf显示Map集合数据

<select class="form-control zz-set-input-size" id="channel">
<option value="">请选择</option>
<option th:each="channel,index:${allChannels}"  th:value="${channel.key}"  th:text="${channel.value}"></option>
</select>

map的两个属性:key和value

当你的才华还撑不起你的野心时
那你就应该静下心来学习
当你的能力还驾驭不了你的目标时
那就应该沉下心来历练
原文地址:https://www.cnblogs.com/yang-xiansen/p/10298496.html