摘要: ```python ## python 3.8 以上 from typing import Dict, List, TypeVar, Tuple, Generic, get_args import json T = TypeVar("T") # 数据的默认值 def get_dft(tp): if 阅读全文
posted @ 2023-05-21 17:17 方头狮 阅读(41) 评论(0) 推荐(0)