Commit 31efb78b by BellCodeEditor

auto save

parent 7236d2d5
Showing with 10 additions and 0 deletions
import requests
# 要爬取的目标网站
start_url = 'https://tool.lu/school/index.html'
def get_text(url):
response = requests.get(url)
return response.text
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment