查询到最新的1条

使用dict.key

单独使用dict.keys() 时,出现错误。 >>> dict = {"name": "jack", ... "age": 15, ... "height":1.75} >>> for k in dict.key(): ... print(k) ... Traceback (most recent call last):File 继续阅读