gpt4 book ai didi

javascript - 在新窗口中显示图像

转载 作者:行者123 更新时间:2023-11-28 02:29:08 25 4
gpt4 key购买 nike

我目前正在尝试通过单击图像在新窗口中打开该图像。但我似乎无法弄清楚我的代码错在哪里。有什么解决办法吗?

function largePic(){

var imageNumber = document.getElementById("img2");
imageNumber = this.getAttribute('src').split(".", 1);
window.open(imageNumber[0] + "zlatan-stor.jpg");

}

最佳答案

您应该尝试将“this.getAttribute('src').split(".",1);”更改为

imageNumber.getAttribute('src').split(".",1);

关于javascript - 在新窗口中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14468748/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com