• 2022-06-08
    以下哪个语句可以在窗口中为c:\temp.txt创建一个File实例。()
    A: new
    File("c:\temp.txt")
    B: new
    File("c:\\temp.txt")
    C: new
    File("c:/temp.txt")
    D: new
    File("c://temp.txt")