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

python3.5过滤网址和图片的函数自己亲测可用

时间:2017-10-30 17:02:34      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:import   style   href   ace   def   class   imp   log   网址   

def has_replace(tag):
         #过滤网址
        real=re.sub(r<a\shref=.+</a>, ‘‘,tag.decode(), count=0, flags=0)
        real=re.sub(r<img\salt.+/>, ‘‘,real, count=0, flags=0)
        return real

写的比较简单,没事的朋友可以继续写个更详细的
记得要 import re

python3.5过滤网址和图片的函数自己亲测可用

标签:import   style   href   ace   def   class   imp   log   网址   

原文地址:http://www.cnblogs.com/baker95935/p/7754987.html

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