Javascript 随机数

function changeImage() {
    document.getElementById("imgRandom").src = document.getElementById("imgRandom").src + "?random=" + Math.floor(Math.random() * 1000 + 1);
}

posted @ 2014-09-01 09:59  Xinney  阅读(157)  评论(0)    收藏  举报