答案1
我能够使用 AppleScript 解决此问题:
示例代码:
tell application "iTunes"
repeat (random number from 2 to 8) times
next track
end repeat
end tell
我能够使用 AppleScript 解决此问题:
示例代码:
tell application "iTunes"
repeat (random number from 2 to 8) times
next track
end repeat
end tell