String [] test = ["Apple", "Banana", "Carrots"]; def arrayLength = test.size(); def arrayLength = test.length; println "The length of the ...
確定! 回上一頁