这个python例子中如何用正则表达式提取url?

2024-11-02 21:44:47
推荐回答(1个)
回答1:

import re
m=re.search(r'//[0-9A-Za-z./]+',url)

具体要考虑连接里的字符,以及其他地方的正文字符