摘要: private String GetRandomint(int codeCount) { Random random = new Random(); string min = ""; string max = ""; for (int i = 0; i < codeCount; i++)... 阅读全文
posted @ 2014-12-21 14:32 hornet_team 阅读(77) 评论(0) 推荐(0)