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  阅读(137)  评论(0编辑  收藏  举报