📜  bash 转义双引号 windows 批处理 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:41.699000             🧑  作者: Mango

代码示例1
# inside double-quoted strings, to escape double-quotes, use
    `" 
# or 
    "" 
# inside single-quoted strings, to escape single-quotes, use 
    ''