8、 Templates * and open the template in the editor. */package com.jijing.method;import java.lang.reflect.InvocationTargetException;import java.lang.reflect.Method;import java.util.logging.Level;import java.util.logging
9、.Logger;/** * * @author Administrator * 用来通过类名反射当前类的某个方法,包括带参数的方法,当然只可以是public的方法 */public class ClassMethod { /** * @param args the comma