摘要: ```python import os import win32com.client as client shell = client.Dispatch("WScript.Shell") def GetShortCut(shortcut): return shell.CreateShortCut(shortcut).Targetpath def createShortCut(file... 阅读全文
posted @ 2019-08-12 20:48 luoheng 阅读(4526) 评论(2) 推荐(1) 编辑