可以使用 for...in 循环或 for each...in 循环来遍历 Dictionary 对象的内容。
for...in 循环用于基于键进行遍历;
而 for each...in 循环用于基于与每个键关联的值进行遍历