摘要:
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
阅读(2017)
评论(0)
推荐(0)
浙公网安备 33010602011771号