mooyou 2022. 7. 23. 21:26
728x90
300x250
SMALL
for(i=0; i<varArr.lenght;i++) {
	//반복할 내용
}

for(var i in varArr) {
	//반복할 내용
}

 

728x90
반응형
LIST