03 2022 档案
摘要:1 import pandas as pd 2 import os 3 import xlwt 4 5 # 提取invoiceHeadExcel1内数据 6 file11 = invoiceHeadExcel1 7 filePath11 = file11.replace("\\", "\\\\")
阅读全文
摘要:1 var currDate = new Date(); year = currDate.getFullYear(); month = currDate.getMonth() + 1; date = currDate.getDate(); hour = currDate.getHours(); mi
阅读全文