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
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!