//注意 不能用es6语法randomFn(); function randomFn() { //红球节点及所有红球 const redBallRoot = document.querySelector('.red .balls-wp'); const redBallList = redBallRoot.children; //蓝球节点及所有红球 const blueBallRoot = document.querySelector('.blue .balls-wp'); const blueBallList = blueBallRoot.children; let redNumList =[...