import org.springframework.beans.BeanUtils; BeanUtils.copyProperties(stu2,stu1); 转载于:https://www.cnblogs.com/zhangdke/p/10114160.html