2018年12月14日

python调用window dll和linux so例子

摘要: #!/usr/bin/python# -*- coding: UTF-8 -*-#python dll.pyimport win32api# 打开记事本程序,在后台运行,即显示记事本程序的窗口win32api.ShellExecute(0, 'open', 'notepad.exe', '','', 阅读全文

posted @ 2018-12-14 17:39 ExplorerMan 阅读(1497) 评论(0) 推荐(0)

导航