摘要:
d={[]:”str”,{}:”11”} TypeError: unhashable type: ‘dict’ python不支持dict的key为list或dict类型,因为list和dict类型是unhashable(不可哈希)的。 参考:https://blog.csdn.net/u01264 阅读全文
posted @ 2020-01-13 16:40
cknds
阅读(23144)
评论(0)
推荐(0)