随笔分类 -  API

摘要:http://pm25.in/api_doc 阅读全文
posted @ 2013-05-14 23:44 rexq 阅读(98) 评论(0) 推荐(0)
摘要:<%@ WebHandler Language="C#" Class="WeixinInterface" %> using System;using System.Web; public class WeixinInterface : IHttpHandler{ HttpContext context = null; string postStr = ""; public void ProcessRequest(HttpContext param_context) { context = param_context; // 阅读全文
posted @ 2013-05-14 23:40 rexq 阅读(381) 评论(0) 推荐(0)