摘要: 1 package com.vince; 2 3 import org.junit.Test; 4 5 public class ReflectionDemo { 6 7 8 @Test 9 public void test1(){ 10 //通过对象的getclass()方法 11 Dog dog 阅读全文
posted @ 2021-12-18 20:31 juham 阅读(26) 评论(0) 推荐(0) 编辑