例如: a,b为对象 BeanUtils.copyProperties(a, b);
BeanUtils是org.springframework.beans.BeanUtils
a拷贝到b
BeanUtils是org.apache.commons.beanutils.BeanUtils
b拷贝到a
例如: a,b为对象 BeanUtils.copyProperties(a, b);
BeanUtils是org.springframework.beans.BeanUtils
BeanUtils是org.apache.commons.beanutils.BeanUtils