摘要:
public class HelloWorld:IHttpHandler { public bool IsReusable { get { throw new NotImplementedException(); } } public void ProcessRequest(HttpContext context) { HelloWorld g = new HelloWorld(); //如果获取的方法是静态的就不需要创建实例 MethodInfo ... 阅读全文
posted @ 2014-02-24 15:16
啄木鸟¥
阅读(165)
评论(0)
推荐(0)