_()内部和外部变量之间的差异
class WithClass (): def __init__(self): self.value = "Bob" def my_func(self): print(self.value)class WithoutClass (): value = "Bob" def my_func(self): print(self.value)
__init__value?
狐的传说
翻过高山走不出你
开心每一天1111
蝴蝶不菲
随时随地看视频慕课网APP
相关分类