问题
How can I look up a word in the Mac OS X dictionary through AppleScript?
回答1:
Dictionary.app is not scriptable but it supports its own URL scheme, which you can exploit from AppleScript:
open location "dict://mandolin"
来源:https://stackoverflow.com/questions/2567604/how-to-look-up-a-word-in-the-mac-os-x-dictionary-with-applescript