#

@echo Off
setlocal Enabledelayedexpansion
set file=1.txt
>>new.txt (for /f "delims=" %%a in (
!file!) do (set/a step+=1
echo %%a^<br/^> ))
start "" "new.txt" & exit

 

相关文章:

  • 2022-02-14
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-07-12
  • 2021-07-13
猜你喜欢
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2021-07-21
  • 2022-02-06
  • 2021-10-15
相关资源
相似解决方案