摘要:
public static String random() { // 此方法重点是: 巧妙了运用了count的值用同一个for循环往数组的指定下标装入生成的数。 final int max=9000; final int min=1000; final int count = 2; String[] pwd = new St... 阅读全文
posted @ 2018-10-29 20:30
当初的当初
阅读(493)
评论(0)
推荐(0)
2018年10月29日