摘要:
1.new httphandler:<%@ WebHandler Language="C#" Class="AjaxHandler" %>using System;using System.Web;public class AjaxHandler : IHttpHandler{ public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; System.Collections.Generic.Li 阅读全文
posted @ 2011-05-27 16:38
庹林
阅读(388)
评论(0)
推荐(0)
浙公网安备 33010602011771号