摘要: 构造函数: 在类创建对象时, 默认调用,如果没有__init__(self) 函数, 会自动加一个空的构造函数。 def __init__(self): pass 阅读全文
posted @ 2018-11-16 15:02 帕丁顿 阅读(79) 评论(0) 推荐(0)