爬虫代码开始:

# 爬虫代码开始:
import requests
from bs4 import BeautifulSoup
response = requests.get("https://www.cnblogs.com/xiaoyuanqujing/articles/11721975.html")
print(response.text)
posted @ 2019-11-20 20:13  干it的小张  阅读(105)  评论(0编辑  收藏  举报