2009年4月22日
摘要: /// /// 将文字转换成图片 /// /// /// private System.Drawing.Bitmap CreateCheckCodeImage(string checkCode) { if (checkCode == null || che... 阅读全文
posted @ 2009-04-22 11:39 BoneKing 阅读(2025) 评论(1) 推荐(0) 编辑