java html (1) 썸네일형 리스트형 [JAVA] HTML5 이하 특수문자('포함) JAVA에서 치환 org.unbescape에 대한 Maven Update 또는 Jar파일 다운로드 필요 https://mvnrepository.com/artifact/org.unbescape/unbescape/1.1.6.RELEASE pom.xml org.unbescape unbescape 1.1.6.RELEASE 사용방법 import org.unbescape.html.HtmlEscape; //호출 HtmlEscape.unescapeHtml(String형태); Ex) HtmlEscape.unescapeHtml("&& " ' '"); 결과: && " ' ' 이전 1 다음