摘要: package Zuoye1; import java.util.*; public class Choujiang { public static void main(String[]args) { String str = "0123456789qwertyuiopasdfghjklzxcvbn 阅读全文
posted @ 2016-03-11 22:11 百事没事 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 第二题: package Zuoye1; import java.util.*;; public class SetList { public static void main(String[] args) { List<String> l=new ArrayList<String>(); l.ad 阅读全文
posted @ 2016-03-11 21:34 百事没事 阅读(172) 评论(0) 推荐(0) 编辑
摘要: package Leidejihe; import java.util.*; public class Test2set { public static void main(String[] args) { //两种方式。Set没有顺序输入和输出 Set<String>s=new HashSet<S 阅读全文
posted @ 2016-03-11 20:54 百事没事 阅读(471) 评论(0) 推荐(0) 编辑