获得随机数
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 private string getRanString(int StrLength) 2 { 3 Random ran = new Random(); 4 ... 阅读全文
posted @ 2008-11-25 10:37 叶子绿了 阅读(135) 评论(0) 推荐(0) 编辑