using System.Reflection;    

string method = Request["Method"].ToString();
            MethodInfo methodInfo = this.GetType().GetMethod(method);
            methodInfo.Invoke(this, null);

posted on   万德源  阅读(277)  评论(0编辑  收藏  举报
努力加载评论中...

点击右上角即可分享
微信分享提示