📜  在 python 代码示例中访问字典元素

📅  最后修改于: 2022-03-11 14:45:13.629000             🧑  作者: Mango

代码示例1
thisdict = {
  "brand": "Ford",
  "model": "Mustang",
  "year": 1964
}
x = thisdict["model"]