摘要:
一般处理程序代码 public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string action = context.Request.QueryString["action"]; if (action == "get") { string url = "http://192.168.10.191:8078/recharge/getorder.ashx?"; string appi 阅读全文
posted @ 2012-11-13 22:51
潇潇雨歇抬望眼1
阅读(935)
评论(0)
推荐(0)
浙公网安备 33010602011771号