首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
python调用windows api
python调用windows api
mac
2022-06-30
103
import
ctypes
#
方式一
ctypes.windll.user32.MessageBoxA(None,
'
message
'
,
'
title
'
, 0)
#
方式二
ctypes.WinDLL(
'
user32.dll
'
).MessageBoxA(None,
'
message
'
,
'
title
'
, 0)
转载于:https://www.cnblogs.com/hhh5460/p/5244630.html
相关资源:python调用windows api锁定计算机示例
转载请注明原文地址: https://mac.8miu.com/read-9308.html
最新回复
(
0
)