2 File和Path之间的转换,File和URI之间的转换. File file = new File("C:/my.ini"); Path p1 = file.toPath(); p1.toFile(); file.toURI();. 3 获取Path的相关信息. // ...
確定! 回上一頁