class ListTest { public static void main(String[] args) { //创建ArrayList def list = [1, 2, 3, 4, 5] //[1, 2, 3, 4, 5] println list ...
確定! 回上一頁