摘要:
public class jihe { public static void main(String[] args) { HashSet hs = new HashSet(); hs.add("1"); hs.add("2"); Iterator it = hs.iterator(); while( 阅读全文
posted @ 2018-09-09 22:05
萧愬夜
阅读(71)
评论(0)
推荐(0)
摘要:
public class Emailstandard { /* * 以数字或字母开头 * @之前可以含有数字,字母,下划线,点 * @有且只有一个 * @之后只能含有数字,字母 * 必须以.com或者.cn结尾 * */ public static void main(String[] args) 阅读全文
posted @ 2018-09-09 21:47
萧愬夜
阅读(228)
评论(0)
推荐(0)