摘要: 转载地址: https://www.cnblogs.com/tmdsleep/p/5558271.html 阅读全文
posted @ 2019-07-25 20:19 Delo 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8 __author__ = 'Administrator' __doc__ = ''' pythonwin中win32gui的用法 本文件演如何使用win32gui来遍历系统中所有的顶层窗口, 并遍历所有顶层窗口中的子窗口 ''' import win32gui from pprint import pprint def gbk2utf8(s): ... 阅读全文
posted @ 2019-07-25 19:14 Delo 阅读(2199) 评论(0) 推荐(1) 编辑