在jsp中如何遍历hashmap <c:forEach var="item" items="${map}">map键名:${item.key} map键值: ${item.value} <br></c:forEach> jsp 2023-08-23 203 点赞 3 评论 307 浏览