你怎么能从批处理文件输出中插入换行符?
我想做的事情如下:
echo hello\nworld
哪个会输出:
hello world
windows newline batch-file
batch-file ×1
newline ×1
windows ×1