Python 字典的‘dict‘ object is not callable
Python 字典的'dict' object is not callable用 dict 函数创建一个空字典,报错 ‘dict’ object is not callable解决方法:del(dict)dict()文章来自:https://www.jianshu.com/p/416c2de9c5f8
·
Python 字典的'dict' object is not callable
用 dict 函数创建一个空字典,报错 ‘dict’ object is not callable
解决方法:
del(dict)
dict()

用 过一次 del 函数后,dict()就可以正常使用了

文章来自:https://www.jianshu.com/p/416c2de9c5f8
更多推荐



所有评论(0)