没有数列这个概念吧。。。如果是数组:System.out.println(array[array.length-1]);如果是集合:System.out.println(array.get(array.size()-1));