码迷,mamicode.com
首页 > 编程语言 > 详细

python报错

时间:2017-09-20 00:58:37      阅读:361      评论:0      收藏:0      [点我收藏+]

标签:string   erro   ted   字符   文字   python   error:   replace   cte   

1.ValueError: unsupported format character ‘D‘ (0x44) at index 16

string0 = "123456"
string = "string%s" %string0
上一句改成:string = "string%s".replace(%s,string0)

2.输出内容到命令行,中文字符是乱码

1>在输出内容后面加上.decode(utf-8)

 

python报错

标签:string   erro   ted   字符   文字   python   error:   replace   cte   

原文地址:http://www.cnblogs.com/xiaolangjun/p/7554748.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!