摘要: import win32com.client import re taskname_patt = re.compile(r'<Command>(.+?)</Command>') execution_patt = re.compile(r'<Arguments>(.+?)</Arguments>') 阅读全文
posted @ 2023-07-10 09:21 CrossPython 阅读(15) 评论(0) 推荐(0)