Loading

摘要: 使用方法: from abc import abstractmethod 1.含abstractmethod的方法由子类的相同函数重写 举例: from abc import abstractmethod class BaseModel(object): def __init__(self): se 阅读全文
posted @ 2021-03-11 20:52 Guang'Jun 阅读(169) 评论(0) 推荐(0)