李空

博客园 首页 新随笔 联系 订阅 管理

2013年12月13日 #

摘要: 前台页面: View Code ashx文件代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace WebApplication1{ /// /// Handler1 的摘要说明 /// public class Handler1 : IHttpHandler { public void ProcessRequest(HttpContext context) { ... 阅读全文
posted @ 2013-12-13 15:47 李空 阅读(794) 评论(0) 推荐(0)