python getattr和setattr函数

getattr

返回一个对象的属性值

getattr(apple,"price")

setattr

设置对象属性值,该属性必须存在

setattr(apple,"price",10)

引用

  • Python getattr() 函数
  • Python setattr() 函数

你可能感兴趣的:(工具代码,python,setattr,getattr)