摘要: using System.Reflection;string method = Request["Method"].ToString(); MethodInfo methodInfo = this.GetType().GetMethod(method); methodInfo.Invoke(this, null); 阅读全文
posted @ 2011-11-18 17:40 万德源 阅读(276) 评论(0) 推荐(0) 编辑