CODE: [Copy to clipboard]rem 匹配只包含2个字符的字符串:第一个任意,第二个必须是数字。 echo x1|findstr "^.[0-9]$"
CODE: [Copy to clipboard]rem 输出空行 echo.