写一个python网络爬虫,然后把他加入到windows系统的定时任务中不就行了
import requests url="xxx" resp = requests.get(url=url)
有帮助的话采纳一下哦!