AttributeError: ‘str‘ object has no attribute ‘decode‘

vue上服务器后因为插件原因报错:

AttributeError: ‘str‘ object has no attribute ‘decode‘

解决办法:

str.encode('utf-8').decode('utf-8')

posted @ 2022-09-14 18:14  门徒21  阅读(26)  评论(0)    收藏  举报