此为主函数
public class AppClass {
public static void main(String[] args)
{ TestClass test = new TestClass();
for(int i = 0 ;i<10;i++){
String str = test.get(10);
System.out.println(str);
}
}
}
public class AppClass {
public static void main(String[] args)
{ TestClass test = new TestClass();
for(int i = 0 ;i<10;i++){
String str = test.get(10);
System.out.println(str);
}
}
}










