使用import org.springframework.beans.BeanUtils提供的工具类BeanUtils可以直接将同名属性值赋值 play为源对象,vo为目标对象,就是将play对象同名的属性值赋给vo对象的属性 BeanUtils.copyProperties(play,vo);