摘要: package test; import java.util.*; public class test { /* * 判断邮箱格式 */ String[] sMail= {"@","."}; char[] cNum = {'1','2','3','4','5','6','7','8','9','0'}; public boolean isMail(String sPara)... 阅读全文
posted @ 2019-04-13 14:48 一个人的姐姐 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 输入圆的R输出面积 加密数字 买鸡 排序 素数 数组+排序 判断身份证(charAt提取String中的数字) 阅读全文
posted @ 2019-04-13 10:10 一个人的姐姐 阅读(98) 评论(0) 推荐(0) 编辑