코드 복사 코드는 다음과 같습니다. var arr = [1,2,3 ,4, 5,6,7,8,9,10];var out = arr.sort(function(){ return Math.random() > 0.5;}