合并字符串
例子:
@echo off
set aa=伟大的神木!
set bb=我要去你!
echo %aa%%bb%
echo aa=%aa%
echo bb=%bb%
set”aa= %aa%%bb%“