2021年11月28日
摘要: package com.example.demo; import java.lang.reflect.Field; /** * 需求描述:同一类的不同对象,如果某个字段的null则从另外的一个对象中赋值。 */ public class StudentTest { //静态内部类 static cl 阅读全文
posted @ 2021-11-28 23:16 oktokeep 阅读(761) 评论(2) 推荐(0)