方法一:package com;import java.util.ArrayList; import java.util.List;public class test2 {/** * @param args */ public static void main(String[] args) { String arr1[] = new String[] { "1", "2", "3", "4", "5", "6", "7", "8" }; Read More
posted @ 2012-02-22 22:39 lovechina Views(974) Comments(0) Diggs(0)