摘要:from bs4 import BeautifulSoup import re from urllib import request req = request.urlopen("https://en.m.wikipedia.org/wiki/Main_Page").read().decode("utf-8"); soup = BeautifulSoup(req,"html.parser");...
阅读全文
posted @ 2017-12-11 22:11
浙公网安备 33010602011771号