📜  unicode错误python代码示例

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

代码示例1
# You either need to duplicate all backslashes:
"C:\\Users\\Eric\\Desktop\\beeline.txt"
# Or prefix the string with r (to produce a raw string):
r"C:\Users\Eric\Desktop\beeline.txt"