def map = [foo: 'FOO', bar: 'BAR', baz: 'BAZ'] // using implicit argument map.each { println "key: ${it.key}, value: ${it.value}"} // using explicit ...
確定! 回上一頁