java. List<String> uris = new ArrayList<>(); uris.add("C:\\My.txt"); Stream<Path> stream = uris.stream().map(uri -> Paths.get(uri));.
確定! 回上一頁