摘要: # 创建和使用类 # 创建类 from mimetypes import inited from pdb import post_mortem from unittest import skipIf class Dog: def __init__(self,name,age): """初始化属性na 阅读全文
posted @ 2026-05-27 18:06 此心安处2022 阅读(16) 评论(0) 推荐(0)