产生由英文和数字组成的指定个数的随机数(转)
摘要:/**//// /// 产生由英文和数字组成的指定个数的随机数 /// /// 产生随机数的个数 /// 指定个数的随机英数字符串 public static string GetRandomCode(int number) { string[] arrLi...
阅读全文
posted @ 2005-08-23 09:07
posted @ 2005-08-23 09:07
posted @ 2005-08-22 13:14