Daniel Asked: 2025-04-12 16:01:03 +0800 CST AppleScript - 打开屏幕截图应用程序(Mac mini M4) 5 我需要使用 AppleScript 打开屏幕截图应用程序。我有一台 Apple Mac mini M4。 我的代码没有任何反应。没有错误。 tell application "System Events" keystroke "5" using {command down, shift down} end tell macos