随机数

随机数

window.onload=function () {
        //随机弹出0-100以内的数字
        alert(parseInt(Math.random()*100));
 }

你可能感兴趣的:(随机数)