返回列表 发帖
  1. @echo off
  2. for /f %%i in ('findstr  /n  "$" a.txt') do  set/a a+=1
  3. echo %a%
  4. pause
复制代码

TOP

返回列表