类变量范围python

时间:2017-04-05 09:42:33

标签: python

以下代码中的变量barfoobar之间有什么区别?

class Foo():
    def __init__(self):
        self.foobar = 50
    bar = 50

为什么使用一种方法而不是另一种?

0 个答案:

没有答案