프로그래밍/JAVA 한글 유니코드변환 변사또 2014. 2. 13. 14:36 <html> <body> <script type="text/javascript"> var str = '한글'; var uni = '%ud55c'; document.write(escape(str)); document.write("<br>"); document.write(unescape(uni)); </script></body></html> 공유하기 게시글 관리 포도청 스파이~!! '프로그래밍/JAVA' Related Articles 오버로딩의 조건 인스턴스 변수와 클래스 변수 차이 로그찍기위한 소스 자바 문자열에서 length와 length()의 차이점