String path = "C:\\user\\data\\thefile.txt"; FileInputStream fileInputStream = new FileInputStream(path);. Notice the path String . It needs ...
確定! 回上一頁