摘要:<%@ 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;//以写日志为荣,以
阅读全文