将 AppleScript 用于虚拟机操作系统
tell application "Notepad"
open "/Users/username/filename.txt"
end telltell application "Microsoft Edge"
open "//www.parallels.cn"
end tell这有帮助吗?
tell application "Notepad"
open "/Users/username/filename.txt"
end telltell application "Microsoft Edge"
open "//www.parallels.cn"
end tell这有帮助吗?
这有帮助吗?