向字典添加一个项目向字典添加一个项目 复制代码thisdict = { "brand": "Porsche", "model": "911", "year": 1963}thisdict["color"] = "red"print(thisdict)