함수 CharAt()

Jmnote (토론 | 기여)님의 2014년 8월 24일 (일) 23:37 판 (새 문서: ==JavaScript== <source lang='JavaScript'> var str = "HELLO WORLD"; console.log( str.charAt(0) ); // H </source>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


JavaScript

var str = "HELLO WORLD";
console.log( str.charAt(0) );
// H
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}