CODE: [Copy to clipboard]@echo off echo 请输入一个中文或者英文: set /p a= if %a% gtr Z ( echo 中文 ) else ( echo 英文 )