private static String normalizeURI(String uri) { return URI.create(uri).normalize().toString();
確定! 回上一頁