'fromCharCode'에 해당되는 글 1건

  1. 2007/09/01 자바스크립에서 숫자코드를 문자로
String.fromCharCode(code)

alert(String.fromCharCode(65)); //하면 "A" 가 출력된다는 음...chr(?) 같은 -0-;;;;;
2007/09/01 22:55 2007/09/01 22:55