摘要: # Dynamic与反射的使用 *【作者】长生* ### 实体类 ~~~ public class School{ public int GetAge(){ return 100; } } ~~~ ### 使用反射获取对象里的方法 ~~~ School school=new School(); va 阅读全文
posted @ 2023-07-26 16:20 月长生 阅读(22) 评论(0) 推荐(0)