import ctypes
h = ctypes.windll.LoadLibrary("C:\\Windows\\System32\\user32.dll")
h.MessageBoxW(0, u'内容', u'标题', 0)
Python 调用 user32.dll

相关文章:

  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2021-07-01
  • 2021-12-06
  • 2022-01-09
  • 2021-07-02
相关资源
相似解决方案