AttributeError: ‘str‘ object has no attribute ‘decode‘
vue上服务器后因为插件原因报错:
AttributeError: ‘str‘ object has no attribute ‘decode‘
解决办法:
str.encode('utf-8').decode('utf-8')
vue上服务器后因为插件原因报错:
AttributeError: ‘str‘ object has no attribute ‘decode‘
解决办法:
str.encode('utf-8').decode('utf-8')