BeanUtils.copyProperties(source,dest) 浅拷贝

使用 org.springframework.beans.BeanUtils.copyProperties(Object source, Object target) 方法拷贝,拷贝方案是浅拷贝。 执行结果:
相关文章
相关标签/搜索