The Key's Personal store
개인 블로그
2013년 3월 19일 화요일
자바스크립트 중복 제거 함수.
var a=[];
while(a.length <3) {
var n = Math.round(Math.random() * 20);
if (a.indexOf(n)==-1) a.push(n);
}
출처:http://stackoverflow.com/a/5740725
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기