摘要: ```lua #Requires AutoHotkey v2.0 getAllWindow(){ ids := WinGetList(,, "Program Manager") return ids } getWindowByTitle(title){ allWin := getAllWindow( 阅读全文
posted @ 2023-07-25 19:30 fndefbwefsowpvqfx 阅读(27) 评论(0) 推荐(0) 编辑
摘要: # message box ```lua MsgBox("count down auto close",, "T1") ``` # string ```lua resultArray := StrSplit(text, ",") ``` ```lua if(StrLen(yourStr)){ } ` 阅读全文
posted @ 2023-07-25 11:15 fndefbwefsowpvqfx 阅读(8) 评论(0) 推荐(0) 编辑