09 2022 档案
摘要:# -*- coding: utf-8 -*-import tkinter as tkdef getNewCreate(): passdef getCharcount1(sss): # 添加字数统 status_str_var.set( '字符数: {count}'.format(count=len
阅读全文
摘要:# 获取输入框中的内容 def getVars(): global outterDomain1, innertDomian1, guestEid1, appName1, unicodeName1, rabbimqVip1 print(outterDomain1, innertDomian1, gue
阅读全文
摘要:#1. xls文件转换成xlsx文件,需要使用到 win32com from win32com import client as wc filepath = "D:\\python\\liyuzhuopan\\s14\\20220531" # xls 转化成xlsxdef convert_Xsl_T
阅读全文