摘要: 类型别名 # 类型别名 infoType = Dict[str, Any] people: infoType = {"info": 1} # 有些类型名很长所以用类型别名 perple: Dict[str, Any] = {"info": 1} # 可以看出与上面使用类型别名infoType的peo 阅读全文
posted @ 2024-01-17 13:47 仗剑天涯横刀笑 阅读(24) 评论(0) 推荐(0)