python ‘gbk‘ codec can‘t encode character ‘\U0001f447‘ in position x

import sys,io

sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='gb18030') #改变标准输出的默认编码

以上,就这么简单。

你可能感兴趣的:(Python开发,python入门,Python开发,Python错误,Python框架,Django框架)