摘要:
前台页面: 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)
浙公网安备 33010602011771号