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

python去除html空格

时间:2017-04-16 19:01:45      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:strip()   amp   html   logs   bsp   str   记录   去除   去除空格   

如下面的

1 <td>&nbsp;柳暗花溟</td>

 

html里面的空格&nbsp,想直接用strip()函数去除是不可能的,必须显式的去掉\xa0

例如以上的就可以这样的方式去除空格

1 author = author.strip("\n\r    \xa0")

记录一下。

python去除html空格

标签:strip()   amp   html   logs   bsp   str   记录   去除   去除空格   

原文地址:http://www.cnblogs.com/qggg/p/6719495.html

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