shenlong 当前离线
二级士官
评分人数
pcl_test 当前离线
荣誉版主
@echo off for /f "delims=" %%a in ('type "123.txt"') do set /a s+=%%a >"123.txt" echo;%s% pause复制代码
TOP