摘要: import base64 import hashlib def md5_value(content, salt=''): """ :param content: :param salt: :return: """ if salt: content = '{}{}'.format(content, 阅读全文
posted @ 2020-10-01 20:10 慕夏一缕风 阅读(692) 评论(0) 推荐(0) 编辑
摘要: from win32com.client import gencache from win32com.client import constants, gencache def createPdf(wordPath, pdfPath): """word转pdf :param wordPath: wo 阅读全文
posted @ 2020-10-01 19:42 慕夏一缕风 阅读(897) 评论(0) 推荐(0) 编辑