摘要: import osif 'chromedriver' in os.popen('tasklist /FI "IMAGENAME eq chromedriver.exe"').read(): os.system('TASKKILL /F /IM chromedriver.exe')else: prin 阅读全文
posted @ 2021-05-17 09:40 连接中 阅读(658) 评论(1) 推荐(0) 编辑
摘要: '''打印方式一''' # import os# file= '文件' # os.startfile(file,'print') '''打印方式二''' import xlwings as xw app = xw.App(visible=False, add_book=False)app.displ 阅读全文
posted @ 2021-05-17 09:35 连接中 阅读(3022) 评论(0) 推荐(0) 编辑