摘要: using System;using System.Web;using System.IO;public class add : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/html"; int n = 0; //第一步,读取静态页面. string path = context.Request.MapPath("01add.htm"); string html = File.ReadAllTe 阅读全文
posted @ 2013-08-10 10:14 nqsan 阅读(247) 评论(0) 推荐(0) 编辑
摘要: @num 阅读全文
posted @ 2013-08-10 10:11 nqsan 阅读(550) 评论(0) 推荐(0) 编辑