摘要: 1.对象的反射:通过对象找出该类中所有的方法 Class cla=this.getClass(); Method method=cla.getDeclaredMethod(methodName,HttpServletRequest.class,HttpServletResponse.cl... 阅读全文
posted @ 2017-08-15 22:11 Mazhitaoooo 阅读(324) 评论(0) 推荐(0) 编辑