java 随机生成6位由字母和数字组成的验证码
摘要:1 private static String GetBindNum(){ 2 String[] beforeShuffle = new String[] { 3 "0","1", "2", "3", "4", "5", "6", "7", "8", "9", 4 "a","b", "d", "c", "e&
阅读全文
posted @ 2014-01-10 12:59
posted @ 2014-01-10 12:59
posted @ 2014-01-09 23:14