자바 URLEncoder.encode()

1 개요[ | ]

자바 urlencode()
자바 URLEncoder.encode()
String input = "hello 123 http://zetawiki.com 한글";
String encoded = URLEncoder.encode(input, "UTF-8");

System.out.println(encoded);
// hello+123+http%3A%2F%2Fzetawiki.com+%ED%95%9C%EA%B8%80

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}