Python dict.has_key() 的说明

Posted r0xfed

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python dict.has_key() 的说明相关的知识,希望对你有一定的参考价值。

        Python dict.has_key()方法仅限于Python 2.x使用,对于3.x,此方法已废除。

        对于Python 2.x中的dict.has_key()方法,官方文档的说明如下:https://docs.python.org/2/library/stdtypes.html#mapping-types-dict

        对于Python 3.x中的dict相关方法,官方文档的说明如下:https://docs.python.org/3.7/library/stdtypes.html#mapping-types-dict, 可以发现dict.has_key()方法已经被废除了。

以上是关于Python dict.has_key() 的说明的主要内容,如果未能解决你的问题,请参考以下文章

python:字典的方法

python dict

Python字典包含了以下内置方法

字典操作2

python3.6 判断字典是不是有某个key

20 字典的函数及其作用