$newIDC = 0HotkeySet("{Esc}", "Increment")GUICreate("按 ESC 切換鼠標(biāo)指針", 400, 400,0,0,0x04CF0000, 0x00000110)GUISetState ()While GUIGetMsg()<> $GUI_EVENT_CLOSEIf $newIDC <> $IDC Then$IDC = $newIDCGUISetCursor($IDC)EndIfToolTip("GUI Cursor #" & $IDC)...
www.dbjr.com.cn/shouce/autoit/autoit_cn... 2025-5-26