To iterate through the map values, you can use each and eachWithIndex methods. def map1 = [a: 1, b: 2, c: 3, d: 4, e: 5] map1.each { m ...
確定! 回上一頁