摘要: python的class(类)中的object是什么意思? 写object和不写object有什么区别? 示例代码 class Test: name = "libai" class Test1(object): name = 'libai' if __name__ == '__main__': te 阅读全文
posted @ 2023-01-11 21:32 gvpn 阅读(97) 评论(0) 推荐(0) 编辑