📅  最后修改于: 2022-03-11 14:45:06.688000             🧑  作者: Mango
# 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"