Properties 讀取文件和保存文件

public static void main(String[] args) throws IOException { File f = new File("./32.txt"); if (f.exists()) { System.out.println("文件存在!"); } try { //打開文件 FileInputStream in = new FileInputStream(f); In
相關文章
相關標籤/搜索