可能重複:
python ‘self’ explained
Why do you need explicitly have the 「self」 argument into a Python method?爲什麼Python需要「self」參數?
爲什麼Python的需要方法的 「自我」 參數?
例如def method_abc(self, arg1)
而且是有過一個日期,需要將被刪除?
可能重複:
python ‘self’ explained
Why do you need explicitly have the 「self」 argument into a Python method?爲什麼Python需要「self」參數?
爲什麼Python的需要方法的 「自我」 參數?
例如def method_abc(self, arg1)
而且是有過一個日期,需要將被刪除?
對於確定指向當前對象的名稱的建議是什麼? – 2010-08-16 01:20:04
另請參閱:http://stackoverflow.com/questions/1984104,http://stackoverflow.com/questions/68282/,http://stackoverflow.com/questions/475871/,http://neopythonic.blogspot。 com/2008/10/why-explicit-self-has-to-stay.html – sdcvvc 2010-08-16 01:22:43
@Anon,「this」 - 就像在Java中一樣,不需要定義就可以存在。 – TeddyB 2010-08-16 01:42:14