摘要:
假设父类: class Parent(object): def __init__(self): print("打印父类") print(__class__) self.p_name = "父类属性" self.p_code = "10000" def get_parent_function(self 阅读全文
posted @ 2023-10-28 17:57
遇事不决,量子力学
阅读(18)
评论(0)
推荐(0)