def __init__(self, data): self.data = data self.next = None return. 事實是,Python 在所有function 的最後加了隱藏的return None. 而只有寫return 的話等同於return ...
確定! 回上一頁