怎样用struts2标签迭代输出list中的map对象?

发布于 2021-11-07 01:28:46 字数 719 浏览 961 评论 2

[

{cp_url=null, cp_id=1, cp_title=www, cp_content=wwwwwww, cp_pubtime=2011-08-13, cp_author=admin, cp_filename=null}, 

{cp_url=null, cp_id=2, cp_title=hc, cp_content=hchchc, cp_pubtime=2011-08-18, cp_author=admin, cp_filename=null}, 

{cp_url=null, cp_id=3, cp_title=zx, cp_content=zxzxzx, cp_pubtime=2011-08-17, cp_author=admin, cp_filename=null}, 

{cp_url=null, cp_id=4, cp_title=yf, cp_content=yfyfyf, cp_pubtime=2011-08-16, cp_author=admin, cp_filename=null}, 

{cp_url=null, cp_id=5, cp_title=fys, cp_content=ssssfffsssyyy, cp_pubtime=2011-08-15, cp_author=admin, cp_filename=null}

]

这个是从action得到的list,list中是map对象,怎样迭代输出这些map对象中的属性呢?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

惜醉颜 2021-11-10 04:01:23

已经解决

                <s:iterator value="careerpersonList">

<s:iterator>

<s:if test="key=='cp_title'">${value}</s:if>

</s:iterator>

<br/>

                    <hr/>

</s:iterator>

甜柠檬 2021-11-07 02:08:06

引用来自“hnuweiwei”的答案

已经解决

                <s:iterator value="careerpersonList">

<s:iterator>

<s:if test="key=='cp_title'">${value}</s:if>

</s:iterator>

<br/>

                    <hr/>

</s:iterator>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文