作者为 thinkai 于 2016年9月1日 发表
Autohotkey
GetToolTipText(){ WinGet, hwnd, ID, ahk_class tooltips_class32 if hwnd { ControlGetText, text, , ahk_id %hwnd% return text } }
62 queries in 3.494 seconds |