摘要: 1 string s = "abcdefghiklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"; 2 for (; ; ) 3 { 4 Random ran = new Random(); 5 int a = ran.Next(s.Lengt 阅读全文
posted @ 2016-03-12 10:15 天照丶鼬 阅读(295) 评论(0) 推荐(0) 编辑