摘要:#1.爬数据 from os import write import requests #获取网页源码: import urllib.request from bs4 import BeautifulSoup #用来解析解析 HTML 文档 import time #2.数据预处理 import j
阅读全文
posted @ 2021-07-19 18:28
|
|
|
07 2021 档案
摘要:#1.爬数据 from os import write import requests #获取网页源码: import urllib.request from bs4 import BeautifulSoup #用来解析解析 HTML 文档 import time #2.数据预处理 import j
阅读全文
posted @ 2021-07-19 18:28
|
|