12 2020 档案
利用Python制作一个 截图+Excel自动化小工具
摘要:代码如下: GetData.py import xlrd class ReadExcel(): def __init__(self,file): self.open_excel = xlrd.open_workbook(file) # 获取Sheet名 def GetSheetName(self):
阅读全文
浙公网安备 33010602011771号