06 2021 档案

摘要:import time import requests from concurrent.futures import ThreadPoolExecutor import pymysql import threading import json def get_info(item): try: id, 阅读全文
posted @ 2021-06-28 14:30 飞扬92 阅读(3570) 评论(1) 推荐(0)
摘要:#encoding=utf-8 import pandas as pd import os import csv def concat_csv(filename,dirpath): with open(filename,'w') as f: cw=csv.writer(f) cw.writerow( 阅读全文
posted @ 2021-06-09 11:36 飞扬92 阅读(159) 评论(0) 推荐(0)