2013年8月30日
摘要: Schedule.ashx:using System;using System.Data;using System.Text;using System.Web;using System.Web.Script.Serialization;public class Schedule : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "application/json;charset=utf-8"; //Java... 阅读全文
posted @ 2013-08-30 14:59 cw_volcano 阅读(2000) 评论(0) 推荐(0) 编辑