标签:raw ref nbsp 转义符 blog http color bsp log
格式: 在字符串前面加上 r
r‘字符串内容‘ r"字符串内容" r‘‘‘字符串内容‘‘‘ r"""字符串内容""" # 作用: # 让转义符号 \ 无效
参考链接: https://blog.csdn.net/qulang4358/article/details/88700499
标签:raw ref nbsp 转义符 blog http color bsp log
原文地址:https://www.cnblogs.com/neozheng/p/13047469.html