1
Applescript: So sánh biến với chuỗi là thất bại
Tôi có một applescript lấy danh sách các mục và sau đó lặp lại chúng: tell application "GeekTool Helper" set names to name of geeklets repeat with currentName in names if (currentName is equal to "Top_CPU_Processes") then display dialog "found it" end if return currentName end repeat end tell Các …
11
applescript