CODE: [Copy to clipboard]if %a%==1 if %b%==2 if %c%==3 echo.同时满足
CODE: [Copy to clipboard]if %a%==1 goto:d if %b%==2 goto:d if %c%==3 goto:d exit :d echo.满足