GUISetOnEvent($GUI_EVENT_CLOSE, "CLOSEClicked") ; 設(shè)置窗口關(guān)閉事件 GUICtrlCreateLabel("最近過得怎樣?", 30, 10) $okbutton = GUICtrlCreateButton("還OK吧", 70, 50, 60) GUICtrlSetOnEvent($okbutton, "OKButton") GUISetState(@SW_SHOW) While 1 Sleep(1000) ; 不做任何事 WEnd Func OK...
www.dbjr.com.cn/shouce/autoit/AutoIt_CN... 2025-6-8