作者:糖糖糖开水 | 来源:互联网 | 2023-10-13 10:34
functionchangeImage(){document.getElementById(imgRandom).srcdocument.getElementById(img
function changeImage() {
document.getElementById("imgRandom").src = document.getElementById("imgRandom").src + "?random=" + Math.floor(Math.random() * 1000 + 1);
}