摘要: import ctypes # 定义Windows API函数 import time user32 = ctypes.WinDLL("user32") user32.ShowWindow.argtypes = [ctypes.c_void_p, ctypes.c_int] user32.ShowW 阅读全文
posted @ 2023-08-02 23:48 zwnsyw 阅读(64) 评论(0) 推荐(0) 编辑