摘要: package com.at221; import java.io.Serializable; import java.lang.reflect.*; import org.junit.Test; public class TestReflection { @Test public void test1() throws Exception{ Class c... 阅读全文