1.单引号中间的 字符串 不做引用处理:
echo '""'
2.用\
ecnho "\""
使用反斜杠,在引号前加反斜杠如:echo "\"\"" 输出结果为 ""
使用单引号,在单引号内输出引号如:echo '""' 输出结果为 ""
L键右边第二个键,