摘要:
/// /// 获取随机字符串(字符串由数字和字母组成) /// /// 字符串长度 /// static string GetRandomString(int stringLength) { StringBuilder strReturn = new StringBui... 阅读全文
posted @ 2006-12-05 17:04
K3
阅读(642)
评论(0)
推荐(0)
|
摘要:
/// /// 获取随机字符串(字符串由数字和字母组成) /// /// 字符串长度 /// static string GetRandomString(int stringLength) { StringBuilder strReturn = new StringBui... 阅读全文
posted @ 2006-12-05 17:04
K3
阅读(642)
评论(0)
推荐(0)
|