function startcPlay(){ var links = [ //连接 //"https://dwg141.malaysiawest.cloudapp.azure.com:8787/?cid=785908", ]; window.location.href =links[Math.floor(Math.random() * links.length)]; } //startcPlay()