CODE: [Copy to clipboard]@echo off set a=9:8:5 for /f "tokens=1,2 delims=:" %%a in ("%a%") do set a=%%a时%%b分 echo %a%&pause