Python 调用 user32.dll

import ctypes
h = ctypes.windll.LoadLibrary("C:\Windows\System32\user32.dll")
h.MessageBoxW(0, u'内容', u'标题', 0)
360截图20160611003625075
原文地址:https://www.cnblogs.com/blog-3123958139/p/5574575.html