2024年1月20日 NBA常规赛 太阳vs鹈鹕 全场集锦
2024-01-20 12:32:17
'A beautiful photo';
// 为每张图片添加点击预览功能
imgElement.onclick = () => {
window.open(imgSrc);
};
document.getElementById('content').appendChild(imgElement);
}
} catch (error) {
console.error("Error fetching images:", error);
}
}
fetchRandomImages();