Python 调用 user32.dll
Posted 佩雷尔曼的信徒
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python 调用 user32.dll相关的知识,希望对你有一定的参考价值。
import ctypes h = ctypes.windll.LoadLibrary("C:\\\\Windows\\\\System32\\\\user32.dll") h.MessageBoxW(0, u\'内容\', u\'标题\', 0)
以上是关于Python 调用 user32.dll的主要内容,如果未能解决你的问题,请参考以下文章
如何从 javascript 调用 user32.dll 方法