$ 0 0 本人批处理半桶水,请教各位大神 @echo off set a=1 set b=a call echo %%%b%%% 这句的运行结果是1 if call echo %%%b%%%==1 echo yes 这句会出错 请问怎么写才正确呢?