摘要: # html:网页地址 def getImg2(html): soup = BeautifulSoup(html, 'html.parser') href_regex = re.compile(r'^http.*?(jpg|png)') imgurlset = set() item = soup.find_all('img', {'data-original': ... 阅读全文
posted @ 2019-05-30 16:24 洛洛沙 阅读(499) 评论(0) 推荐(0)