时间:2021-07-01 10:21:17 帮助过:92人阅读
import re import urllib url="http://www.gxlcms.com" s=urllib.urlopen(url).read() ss=s.replace(" ","") urls=re.findall(r"",ss,re.I) for i in urls: print i else: print 'this is over'
希望本文所述对大家的Python程序设计有所帮助。
< 上一篇
python实现批量改文件名称的方法
下一篇 >
python定时执行指定函数的方法
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册