摘要: static void Main() { Type p=this.GetType(); MethodInfo m=p.GetMethod("方法名"); m.Invkoe(this,null) } } 阅读全文
posted @ 2022-09-05 17:44 yuezc97 阅读(11) 评论(0) 推荐(0)