2021年5月21日
摘要: from concurrent.futures import ThreadPoolExecutorimport time# 参数times用来模拟网络请求的时间def get_html(times): time.sleep(times) print(" ") print("get page {}s 阅读全文
posted @ 2021-05-21 14:40 曾昊 阅读(70) 评论(0) 推荐(0) 编辑