2026-01-31 09:00:01 联盟前线 html如何给图片添加链接 document.getElementById('imageLink').addEventListener('click', function(event) { event.preventDefault(); this.href = 'https://new-example.com'; window.location.href = this.href; });