비교적 좋 은 점 은 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 선택:]
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다: