Python 调用 user32.dll
时间:2016-06-11 01:55:42
收藏:0
阅读:1919
import ctypes h = ctypes.windll.LoadLibrary("C:\\Windows\\System32\\user32.dll") h.MessageBoxW(0, u‘内容‘, u‘标题‘, 0)

评论(0)