# __dir__()方法的用法 class Person: def __init__ (self,): self.name = "C语言中文网" self.add = "http://c.biancheng.net" def say(self): pass ...
確定! 回上一頁