【发布时间】:2012-03-22 14:23:16
【问题描述】:
我有一个applescript 可以在iTunes 中获取当前专辑名称,并设置为剪贴板。如何打开一个 url,例如,谷歌专辑名称?
tell application "iTunes"
set track_album to the album of the current track
set the clipboard to track_album
end tell
【问题讨论】:
标签: macos applescript