摘要: private void CreateImage(string checkCode) { int iwidth = (int)(checkCode.Length * 15); System.Drawing.Bitmap image = new System.Drawing.Bitmap(iwidth, 25); ... 阅读全文
posted @ 2005-07-11 12:21 Samgle 阅读(1149) 评论(0) 推荐(0)