摘要: import java.lang.reflect.Method; @SuppressWarnings("rawtypes") public class ReflectionUtil { @SuppressWarnings("unchecked") public static Object invokeStaticMethod(String className, String ... 阅读全文
posted @ 2017-09-05 10:16 tonggc1668 阅读(157) 评论(0) 推荐(0)