Python 调用 user32.dll

import ctypes
h = ctypes.windll.LoadLibrary("C:\\Windows\\System32\\user32.dll")
h.MessageBoxW(0, u'内容', u'标题', 0)
360截图20160611003625075
posted @ 2016-06-11 00:37  佩雷尔曼的信徒  阅读(2353)  评论(0编辑  收藏  举报