atsivsucks 当前离线
一级士官
@echo off set a=23 set b=32 set t=%a% set a=%b% set b=%t% echo a:%a%, b:%b% pause复制代码
TOP