get 取不到时用上默认值 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。d = {"name": "小明", "age": 20} print(d.get("city", "未填"))
全部评论