let arr=[],length=5; for(let i=length;arr.push(i--)<length+1;){} console.log(arr) //调用Array.push()时将返回新的length