Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は地図を持っています`
{key1 = [button1、button2、button3、button4]、key2 = [button1]、key3 = [button1、button2]、key4 = [button1、button2、button3]}
`このマップの内容を次のようにjspに表示したい
Struts2タグでこれを行う方法....この問題を解決するのを手伝ってください....よろしくお願いします
このコードは、マップと、マップの値の配列内のすべての要素を反復処理します。
<s:iterator value="map"> <s:property value="key"/> <s:iterator value="value"> <s:property/> </s:iterator> </s:iterator>