转载自:http://www.xwy2.com/article.asp?id=112

 

Python 中的 Dictionary 和 .NET Hashtable / Dictionary 非常类似。

 

 

Dictionary 的 key 是大小写敏感的。

 

 

可以使用 Get() 方法避免触发 KeyError。

 

相关文章: