将下面的脚本存为bat文件,放在flac文件目录中运行。 @echo off for %%a in (*.flac) do ( ffmpeg -i "%%a" -ab 320k "%%~na.mp3" ) 需要先配置ffmpeg