• 2022-06-17
    使用open()打开一个windows操作系统D盘下的文件,以下选项中对路径的表示是错误的是:
    A: “D:\test\abc.txt”
    B: r“D:est”
    C: “D:/test/abc.txt”
    D: “D:\test\”