摘要: package week;/** * 26为字母 * 十二位数字 * */public class AllCharacter { public static char[] charArray() { int i = 1234567890; String s = "qwertyuiopasdfghjk 阅读全文
posted @ 2019-02-27 16:50 郑富兴 阅读(507) 评论(0) 推荐(0) 编辑
摘要: package week; import java.util.Random; public class TelePhoneNumber { public static void main(String[] args) { Random random = new Random(); int[] num 阅读全文
posted @ 2019-02-27 16:30 郑富兴 阅读(127) 评论(0) 推荐(0) 编辑