标签: python class init self
我试图理解为什么某些python类必须具有init和self
class Person: def __init__(self):
和某些类没有它。这两个类之间有什么区别?