通用正則, 抓取a標籤href屬性

import re # url通用匹配 url_regex = re.compile('<a[^>]+href=["\'](.*?)["\']', re.IGNORECASE) # test url_str = "<a type='akfdf' href='http://www.itmeng.top' xxxx>hahah</a>" result = url_regex.findall(url_s
相關文章
相關標籤/搜索