如何打印换行符?这仅仅是打印\n
\n
$ echo -e "Hello,\nWorld!" Hello,\nWorld!
https://stackoverflow.com/questions/8467424
相似问题