📝 Python 类型注解进阶指南 开发 📅 2026-05-20 ⏱ 约 1 分钟阅读 #Python#Typing 目录 TypedDict TypedDictfrom typing import TypedDict class User(TypedDict): id:int name:str