摘要:
```
def get_child_windows(parent): if not parent: return hwndChildList = [] gui.EnumChildWindows(parent, lambda hwnd, param: param.append(hwnd), hwndChildList) return hwndChil... 阅读全文
posted @ 2017-03-17 09:24
idlewith
阅读(358)
评论(0)
推荐(0)

浙公网安备 33010602011771号