Loading

摘要: @property与@{Attribute}.setter的例子 先看代码,你能读懂吗? class Resistor: def __init__(self, ohms): self.ohms = ohms class FixedResistance(Resistor): def __init__( 阅读全文
posted @ 2021-08-31 22:58 MrSu 阅读(36) 评论(0) 推荐(0) 编辑