/s:iterator
/s:iterator
上面的意思就是st2的循环显示key值,是作为st1循环中的value值的,但这样写不对,那这种情况,应该如何解决呢?
你这需求还真奇怪,那干嘛还用个map
[code="html"]
/s:iterator
/s:iterator[/code]
你是不是想循环aaList,每个值作为key去fieldMap取值在td中显示?
如果是的话
[code="html"]
/s:iterator[/code]
你的list里面放的是map,每个map里只有一个对是吧?
[code="html"]
/s:iterator
/s:iterator[/code]
要不就是循环map,跟list没毛关系
[code="html"]
/s:iterator[/code]
要下班了 :arrow:
:idea: :idea: 很好,寻找很久 终于找到这个答案