码迷,mamicode.com
首页 > 其他好文 > 详细

set atter

时间:2018-08-30 20:37:52      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:com   def   setattr   init   object   class   int   ack   .com   

class Foo(object):
    def __init__(self):
        self.name =  
        self.age = 100
obj = Foo()
setattr(Foo,email,wupeiqi@xx.com)
v1=getattr(obj,email)
v2=getattr(Foo,email)
print(v1, 9,v2)  #wupeiqi@xx.com 9 wupeiqi@xx.com

 

set atter

标签:com   def   setattr   init   object   class   int   ack   .com   

原文地址:https://www.cnblogs.com/lxx7/p/9562497.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!