更改字典中某个具体项目的值更改字典中某个具体项目的值thisdict = { "brand": "Porsche", "model": "911", "year": 1963}thisdict["year"] = 2019 print(thisdict)