wangshuping42 当前离线
四级士官
@echo off for /f "eol=;" %%i in (test.txt) do ( echo %%i >>temp.txt ) for /f "eol=//" %%j in (temp.txt) do ( echo %%j ) del temp.txt pause>nul&exit复制代码
评分人数
TOP