aardio获取特定位置及鼠标所在窗口 发表于 2025-06-21 aardio v40.14.3 1234import mousevar x, y = mouse.getPos()var hwnd = ::User32.WindowFromPoint(x, y)