python,去掉“xa0”和“\r\n”
2021-03-06 17:30
阅读:558
标签:div rip pre mamicode rgb 输出内容 strip() ima 字符 爬小说网站,输出内容有时候会出现下图字符 首先,去掉“xa0” 然后,去掉“\r\n” python,去掉“xa0”和“\r\n” 标签:div rip pre mamicode rgb 输出内容 strip() ima 字符 原文地址:https://www.cnblogs.com/becks/p/14289014.html
s = ‘T-shirt\xa0\xa0短袖圆领衫,体恤衫\xa0‘
out = "".join(s.split())
print(out)
s = ‘T-shirt,\r\n‘
s = s.strip()
print(s)
下一篇:Java泛型
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python,去掉“xa0”和“\r\n”
文章链接:http://soscw.com/index.php/essay/60966.html
文章标题:python,去掉“xa0”和“\r\n”
文章链接:http://soscw.com/index.php/essay/60966.html
评论
亲,登录后才可以留言!