I/O(輸入/輸出

File對象 文件操做web File file = new File("D:/68514896.txt"); if (!file.exists()) { try { file.createNewFile(); } catch (IOException e) { e.printStackTrace(); } } else { if (file.i
相關文章
相關標籤/搜索