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