def map = [a: 'A', b: 'B', c: 'C'] def keyList = [] def valueList = [] map.each { entry -> keyList << entry.key valueList ...
確定! 回上一頁