Groovy map access elements. g = [:] // create map println(g) g['name'] = [] // create array println(g) g['name'].add("foo") ...
確定! 回上一頁