摘要:
1 #beautifulSoup 2 from urllib.request import urlopen 3 from bs4 import BeautifulSoup 4 html = urlopen("http://www.pythonscraping.com/pages/page1.html") 5 bsObj = BeautifulSoup(html,'html.parser... 阅读全文
posted @ 2019-06-24 16:56
红桃6
阅读(236)
评论(0)
推荐(0)

浙公网安备 33010602011771号