摘要: 1 package cn.check.com; 2 3 import java.util.Arrays; 4 5 public class TestDemo { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 St... 阅读全文
posted @ 2018-07-10 17:26 BiuBiu丶 阅读(276) 评论(0) 推荐(0) 编辑
摘要: package cn.check.com; public class RegexDemo { public static void main(String[] args) { // TODO Auto-generated method stub String s = "aa,bb,cc"; String[] sp = s.split("... 阅读全文
posted @ 2018-07-10 16:52 BiuBiu丶 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.check.com; 2 3 import java.util.Scanner; 4 5 public class AgeDemo { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 St... 阅读全文
posted @ 2018-07-10 16:26 BiuBiu丶 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.check.com; 2 3 import java.util.Scanner; 4 5 public class CheckMail { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 ... 阅读全文
posted @ 2018-07-10 14:11 BiuBiu丶 阅读(114) 评论(0) 推荐(0) 编辑
摘要: package cn.check.com; import java.util.Scanner; public class CheckPhoneDemo { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc=new Scanner... 阅读全文
posted @ 2018-07-10 14:10 BiuBiu丶 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.check.com; 2 3 import java.util.Scanner; 4 5 public class CheckQQDemo2 { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 ... 阅读全文
posted @ 2018-07-10 14:09 BiuBiu丶 阅读(267) 评论(0) 推荐(0) 编辑