赞
踩
from bs4 import BeautifulSoup
from urllib import request
# 要请求的网络地址
url = 'https://blog.csdn.net/qq_43116031/'
# pip --default-timeout=500000 install bs4
# 请求网络地址得到html网页代码
html = request.urlopen
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。