1 #!/usr/bin/python 2 #coding:utf8 3 import re 4 import urllib 5 6 def gethtml(url): 7 page=urllib.urlopen(url) 8 html=page.read() 9 return html10 11 def getimg(html):12 reg=r'
本文共 203 字,大约阅读时间需要 1 分钟。
1 #!/usr/bin/python 2 #coding:utf8 3 import re 4 import urllib 5 6 def gethtml(url): 7 page=urllib.urlopen(url) 8 html=page.read() 9 return html10 11 def getimg(html):12 reg=r'
转载地址:http://ovffa.baihongyu.com/