You could do something similar in Groovy using the each method on collections: list.each {…} To loop over all the keys in a hash (or Map) ...
確定! 回上一頁