FileInputStream file = new FileInputStream("D:\\DDD\\\Hello.txt");
这样创建流时,报错显示转义序列无效,为什么?
Hello前面多了一个转义\? 转义可以用一个反斜杠