aspx反射调用方法
string name = base.Request["action"]; object obj2 = base.GetType().InvokeMember(name, BindingFlags.InvokeMethod, null, this, new object[0]); if (obj2 != null) { s = obj2.ToString(); }
传入方法名即可调用方法
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/11330703.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482