首页上一页 1 下一页尾页 2 条记录 1/1页
python2版本,汉字输出后成了一串编码,怎么解决?
发表在Python图书答疑
2021-08-22
《零基础学Python》第3章 流程控制语句
是否精华
是
否
版块置顶:
是
否
total = number (): number %==: : string = (number) string.endswith(): total -= (total)
输出后:
D:\软件安装\python\python.exe E:/pythonProject1/逢七拍腿游戏.py
('\xe4\xbb\x8e1\xe6\x95\xb0\xe5\x88\xb099\xe5\x85\xb1\xe6\x8b\x8d\xe8\x85\xbf', 22, '\xe6\xac\xa1\xe3\x80\x82')
Process finished with exit code 0
=================================
虽然结果22输出成功,但是汉字成了编码,这个有解决方法吗?