K3

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年12月5日

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