502283644 当前离线
二级士官
CrLf 当前离线
论坛巡查
set str=12a3 for /f "eol=a tokens=2 delims=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" %%a in ("[%str%]") do goto 5复制代码
TOP
amwfjhh 当前离线
六级士官
@echo off setlocal enabledelayedexpansion set /p strInput=Your input string: echo !strInput! | findstr /r [A-Za-z] && goto 5复制代码