摘要: 1 public static byte[] GetVerifyCode(string codeStr) 2 { 3 Random r = new Random(); 4 Bitmap btBitmap = new Bitmap(... 阅读全文
posted @ 2015-11-19 16:08 NSkG 阅读(137) 评论(0) 推荐(0) 编辑