super () 的另外一个常见用法出现在覆盖Python特殊方法的代码中,比如:. class Proxy: def __init__(self, obj): self._obj = obj # Delegate attribute lookup to ...
確定! 回上一頁