最佳答案
有人能解释一下这是怎么回事吗?
@echo off
REM Creating a Newline variable (the two blank lines are required!)
set NLM=^
set NL=^^^%NLM%%NLM%^%NLM%%NLM%
REM Example Usage:
echo There should be a newline%NL%inserted here.
排放物:
There should be a newline
inserted here.