자바스크립에서 숫자코드를 문자로

2007/09/01 22:55

String.fromCharCode(code)

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

Tags

fromCharCode, js