python中对数据进行强转的编码问题 2018-04-08 本文已影响10人 凶猛老鹰 如果想对数据data进行强转为字符串时,编码设置为utf-8,则可以进行如下操作 str(data, encoding='utf-8')