摘要: import win32api import win32gui import time if __name__ == '__main__': while True: point = win32api.GetCursorPos() print(point) print("%x" % win32gui. 阅读全文
posted @ 2020-03-27 08:03 myrj 阅读(1143) 评论(0) 推荐(0)