runs
  1. List<Map<String,String>>在jstl中的遍历方式
<ul>
	<c:forEach items="${item.classfication }" var="info">
			<c:forEach items="${info[\'name\']}" var="map">
				<li>${ map}</li>
			</c:forEach>
	</c:forEach>
</ul>

 

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2021-11-03
  • 2018-09-04
  • 2021-09-14
  • 2021-12-10
  • 2021-09-20
  • 2021-09-20
  • 2021-09-20
猜你喜欢
  • 2021-09-20
  • 2021-09-20
  • 2019-11-05
  • 2021-09-20
  • 2021-09-20
  • 2021-09-20
  • 2018-07-18
相关资源
相似解决方案