자바스크립트 fromCharCode()

1 개요[ | ]

JavaScript String.fromCharCode()
자바스크립트 fromCharCode()
var ch = String.fromCharCode(9733);
document.write(ch); // ★
var str = String.fromCharCode(104,101,108,108,111); // hello

2 같이 보기[ | ]

3 참고[ | ]

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