echo -n 表示不换行输出\输入 echo -n "1111";echo -n "2222" echo -e 输出转义字符 echo -e "111\n222" 转载于:https://www.cnblogs.com/zhongshusheren/p/10299832.html