摘要:
package week;/** * 26为字母 * 十二位数字 * */public class AllCharacter { public static char[] charArray() { int i = 1234567890; String s = "qwertyuiopasdfghjk 阅读全文
posted @ 2019-02-27 16:50
郑富兴
阅读(560)
评论(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
郑富兴
阅读(161)
评论(0)
推荐(0)
浙公网安备 33010602011771号