java.io.File.createNewFile() 方法自動創建此抽象路徑名的新文件。 ... main(String[] args) { File f = null; boolean bool = false; try{ // create new file f ...
確定! 回上一頁