Python

python2中的字典有has_key方法,python3中删除了

if dict.has_key(your_key):

改成

if your_key in dict:
posted @ 2018-10-24 17:54  vercont  阅读(119)  评论(0编辑  收藏  举报