我有一个小程序。剧本是这样的。。
tell application "Safari"
open location "http://www.google.com" -- mentions the perticular webpage to be loaded
activate --makes the Safari application the front most application
end tell
每当我打开这个脚本时,Safari 应用程序就会启动。很清楚,我没有运行这个应用程序,而是在 applescript 编辑器中打开这个脚本。
谁能解释一下为什么要启动 Safari。Safari 启动,但它会被隐藏或说它不显示任何窗口。[它不会在后台加载任何页面,它只是在 Dock 中启动,并且会出现一个表示应用程序已启动的点]。
一旦我运行脚本,Safari 就会打开窗口并加载所需的网页。
请帮忙。