摘要: 举例:a,b为对象BeanUtils.copyProperties(a, b)1、BeanUtils是org.springframework.beans.BeanUtils时,a拷贝到b2、BeanUtils是org.apache.commons.beanutils.BeanUtils时,b拷贝到a 阅读全文
posted @ 2021-06-25 18:13 一隅桥畔 阅读(151) 评论(0) 推荐(0)