在 macOS 上播放 MP3 文件有几种常用的命令行方法: 1. 使用 afplay(macOS 内置): afplay output.mp3 2. 安装并使用 mpg123: # 首先安装 mpg123 brew install mpg123 # 然后播放 mpg123 output.mp3