2 File和Path之間的轉換,File和URI之間的轉換. File file = new File("C:/my.ini"); Path p1 = file.toPath(); p1.toFile(); file.toURI(); ...
確定! 回上一頁