摘要: using System;using System.Web;using System.Drawing;using System.Drawing.Imaging;public class imgsuofang : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "img.jpg"; string imgPath = "upload\\1.jpg"; imgPath = context.Server.M... 阅读全文
posted @ 2013-03-18 12:25 oldmanli 阅读(292) 评论(0) 推荐(0)