admin 2025-11-08 21:29:07 99女足世界杯 html如何给图片添加链接 document.getElementById('imageLink').addEventListener('click', function(event) { event.preventDefault(); this.href = 'https://new-example.com'; window.location.href = this.href; });