python3 dict items()

python3中dict.items(),是一个可迭代的object,不能直接取值dict.items()[0][0],需要list(dict.items())[0][0],这个时候就和python2的dict.items()等价

留言

熱門文章