摘要: async def func(urls,body): async with aiohttp.ClientSession() as session: async with session.post(urls,json=body) as response: return await response.j 阅读全文
posted @ 2022-11-09 16:23 钟鼎山林 阅读(47) 评论(0) 推荐(0)
摘要: 处理excel数据 import openpyxl import os from utils.path_util import Path class LocalExcelData: def __init__(self, files_name, files_path="exceldata"): pat 阅读全文
posted @ 2022-11-09 15:35 钟鼎山林 阅读(42) 评论(0) 推荐(0)