js 배열 무 작위 문자열(광고 중복 되 지 않 음)

비교적 좋 은 점 은 js 배열 의 조작 입 니 다.중복 되 지 않 는 배열 id 디 스 플레이,완벽 하 게 실현 되 었 습 니 다. theAds=new Array(); shu =13; dot=''; theads[1]='우리 첫 번 째';theads[2]='우리 두 번 째';theads[3]='우리 제3 조';theads[4]='우리 네 번 째';theads[5]='우리 다섯 번 째';theads[6]='우리 제6 조';theads[7]='우리 제7 조';theads[8]='우리 제8 조';theads[9]='우리 9 조';theAds[10]='우리 10 조';theads[11]='우리 제1 1 조';theads[12]='우리 12 조';theads[13]='우리 13 조';adshu=shu+1 function Quickpick() { var ball for( ball = 1; ball < adshu; ball++) { this[ball] = parseInt(Math.random() * shu + 1); for(var list = 0; list < ball; list++) { if(this[list] == this[ball]) { list = ball; ball--; } } } return this; } var idx; var ballball = new Array(shu); ballball = this.Quickpick(); for(idx = 1; idx < adshu; idx++){ document.write(dot+theAds[ballball[idx]]+'
'); if (idx < shu){document.write('')}} //document.write(dot+theAds2);
[Ctrl+A 선택:]

좋은 웹페이지 즐겨찾기