摘要: 无标题页 后台代码:using System;using System.Web;using System.IO;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; //string fname = context.Reques... 阅读全文
posted @ 2013-07-09 17:16 zhangchun 阅读(67726) 评论(10) 推荐(1)
摘要: 无标题页 后台代码:using System;using System.Web;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; string fname = context.Request.QueryString["op"].ToString(); string str =fname+"({name:'ju 阅读全文
posted @ 2013-07-09 12:01 zhangchun 阅读(395) 评论(0) 推荐(0)