文件名称:C# 写网站图片验证码
文件大小:3KB
文件格式:TXT
更新时间:2014-09-13 15:43:35
网站 验证码 C#
本代码是使用C#语言写的asp.net网站验证码.System.IO.MemoryStream ms = new System.IO.MemoryStream(); bmp.Save(ms, System.Drawing.Imaging.ImageFormat.Png); this.Response.ContentType = "image/png";