摘要:
1.针对blackview.hk网页的完整代码。 import requests import re from bs4 import BeautifulSoup import csv import os # 发起GET请求获取网页源码 #url = 'https://www.blackview.hk 阅读全文
posted @ 2023-09-08 18:09
$KAMISAMALZ
阅读(23)
评论(0)
推荐(0)
摘要:
1.获取1层url: import requests import re # 发起GET请求获取网页源码 url = 'https://www.blackview.hk/' response = requests.get(url) html = response.text # 使用正则表达式提取所有 阅读全文
posted @ 2023-09-08 18:08
$KAMISAMALZ
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号