2011年7月22日
摘要: 1.在vs2010 写的using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace _0722{ /// <summary> /// C06Cul 的摘要说明 /// </summary> public class C06Cul : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/pla 阅读全文
posted @ 2011-07-22 19:23 smxlcs 阅读(262) 评论(0) 推荐(0)