public class PathExample { public static void main(String[] args) { // 使用絕對路徑建立 Path absolutePath = Paths.get("D:\\test\\1.txt"); ...
確定! 回上一頁