摘要: 第a56爆大奖在线娱乐 sleep 睡眠线程 import time # 每n 秒执行一次 def timer(n): while True: print(datetime.now().strftime("%Y-%m-%d %H:%M:%S")) time.sleep(n) 第二种 threading模块中的Tim 阅读全文
posted @ 2021-09-16 18:01 darling331 阅读(195) 评论(0) 推荐(0) 编辑
摘要: ## 请求一个附件地址,并将附件下载下来 ``` python import requests url = 'https://js.shaanxi.gov.cn/userfiles/2021-Year/8-Month/31-Day/附件:8-2三类人员跨省变更人员名单.xls' res = requ 阅读全文
posted @ 2021-09-16 14:18 darling331 阅读(139) 评论(0) 推荐(0) 编辑