解釋Windows批量換行變量hack的工作原理有人可以解釋這是如何工作的嗎?@echo offREM 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 newlineinserted here.
- 2 回答
- 0 關注
- 717 瀏覽
添加回答
舉報
0/150
提交
取消