调用:SQLHelper.aaa(); // 类名.方法名//定义动态方法class SQLHelper { public string aaa() { return “你好" } }调用:SQLHelper s =new SQLHelper ();s.aaa();
asp.net 中静态方法和动态方法调用的区别实例分析
原文:http://www.jb51.net/article/38332.htm