explore-python
explore-python copied to clipboard
str没有decode这个属性?
AttributeError: 'str' object has no attribute 'decode'
Python3 字符串默认都是 Unicode 类型,不用 decode,也没有 decode 方法。