摘要:
源代码: #unicoding=utf-8import reimport urllib def gethtml(url):html=urllib.urlopen(url)page=html.read()return pagedef img(page):reg=r'src="(.+?\jpg)" al 阅读全文
posted @ 2021-05-14 17:01 ***Pepsi*** 阅读(32) 评论(0) 推荐(0)
posted @ 2021-05-14 17:01 ***Pepsi*** 阅读(32) 评论(0) 推荐(0)