可能重复:
Python 'self' 解释
我已经找了一段时间,但我仍然不了解 python 中的 self
def cut(self, cats, dogs):
self.cats = cats
self.dogs = dogs
print cats, dogs
cut(1,5)
可能重复:
Python 'self' 解释
我已经找了一段时间,但我仍然不了解 python 中的 self
def cut(self, cats, dogs):
self.cats = cats
self.dogs = dogs
print cats, dogs
cut(1,5)