2011年12月2日 星期五

[python] python dict keyerror

在操作 python dict時,
如果是用 dict['key'] 去做取值的動作,
常常會有KeyError情況產生。

可是使用

dict.get('key')


沒有留言:

張貼留言