摘要: import java.lang.reflect.*; public class TestReflection{ public static void main(String[] args) throws Exception{ String str = "T"; Class c = Class.fo 阅读全文
posted @ 2020-03-16 15:59 yxfyg 阅读(168) 评论(0) 推荐(0)