function getNumber(){ var num = 0; while(num<1000){ num = Math.floor(Math.random()*10000) } return num;}可以验证下。。直接使用document.write(getNumber())