摘要: import ctypes from pymxs import runtime as rt user32 = ctypes.windll.user32 GA_ROOTOWNER = 3 def isMaxForeground(): fgw = user32.GetForegroundWindow() 阅读全文
posted @ 2024-07-24 14:23 ibingshan 阅读(3) 评论(0) 推荐(0) 编辑