examples/groovy/iterate_over_map_keys.groovy. def data = [; name : 'Foo Bar',; age : 42,; email : '[email protected]',; ]; println(data) ...
確定! 回上一頁