摘要:
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
慕夏一缕风
阅读(782)
评论(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
慕夏一缕风
阅读(948)
评论(0)
推荐(0)

浙公网安备 33010602011771号