专题文章
时长:00:00更新时间:2020-11-27 22:42:28
理解HttpHandler,并为所有*.jpg图片生成一段文字于图片上:接口IHttpHandler的定义如下: 代码如下:interface IHttpHandler { void ProcessRequest(HttpContext ctx); bool IsReuseable { get; } 1新建一网站,名为MyHttpHandlerTest 2右击添加,选择类库,取名为MyHttpHandler 3
查看详情