我試圖運行下面的腳本:AppleScript的打開與osescript和特定的URL野生動物園
on run proUrl
tell application "Safari"
make new document with properties {URL:proUrl}
end tell
end run
這是我嘗試運行它:osascript script.scpt http://google.com
。
我收到以下錯誤:
script.scpt: execution error: Safari got an error: AppleEvent handler failed. (-10000)
萬一我substitue的proUrl
變量"http://google.com"
然後它工作。
我該如何解決這個問題?