为了账号安全,请及时绑定邮箱和手机立即绑定

正则表达式用Python从HTML中的href属性中提取URL

正则表达式用Python从HTML中的href属性中提取URL

侃侃无极 2019-08-12 18:38:23
正则表达式用Python从HTML中的href属性中提取URL 考虑如下字符串:string = "<p>Hello World</p><a href="http://example.com">More Examples</a><a href="http://example2.com">Even More Examples</a>"我怎么能用Python在锚标记的href中提取网址?就像是:>>> url = getURLs(string)>>> url['http://example.com', 'http://example2.com']谢谢!
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 3867 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信