0
我有一個applescript在iTunes中獲取當前專輯名稱,並設置爲剪貼板。我怎樣才能打開一個網址,例如,谷歌專輯名稱?在applescript中打開一個url
tell application "iTunes"
set track_album to the album of the current track
set the clipboard to track_album
end tell
查看答案http://apple.stackexchange.com/questions/ 18487 /其中,並-URL訪問腳本 - 應用 - 去 - 在獅 – 2012-03-22 14:31:53