python打开需要管理员权限的exe
摘要:import osdef open_exe(file_path): """ 打开exe 文件 :param file_path: :return: """ os.chdir(os.path.join(file_path)) os.startfile(file_path)
阅读全文
posted @ 2023-10-07 09:56
posted @ 2023-10-07 09:56
posted @ 2023-10-07 09:54
posted @ 2023-10-07 09:53