本文共 129 字,大约阅读时间需要 1 分钟。
echo 输出引号的正确格式:
echo \'123\'echo \"123\"
echo 输出回车换行、制表符的正确格式:
echo -e '\n123'echo -e "\n123"echo -e '\t123'echo -e "\t123"
输出结果:
转载地址:http://xnqe.baihongyu.com/