gpt4 book ai didi

asp.net - Microsoft JScript 运行时错误 : Object expected

转载 作者:行者123 更新时间:2023-11-29 22:41:22 24 4
gpt4 key购买 nike

这行代码有问题:

changeimage('image1', 'Photos/Customers/Test1/Dock.jpg')

怎么了?

编辑:Javascript:

function changeImage(image_name, image_src) {
document[image_name].src = image_src;
}

调试

 <img id="ctl00_Main_gridThumbnails_ctl06_tb1" src="Photos/Customers/Test1/Forest-tn.jpg" style="border-width:0px;" />
<input type="hidden" name="ctl00$Main$gridThumbnails$ctl06$photolink" id="ctl00_Main_gridThumbnails_ctl06_photolink" value="~/Photos/Customers/Test1/Forest.jpg" />

最佳答案

如果您的代码与您向我们展示的完全一样,那么问题似乎出在大小写上。您已使用大写字母“I”定义了 changeImage,但您使用小写字母“i”调用了 changeimage

尝试更改为:

changeImage('image1', 'Photos/Customers/Test1/Dock.jpg');

如果您的 Javascript 在不同的文件中,也有可能是您指向该文件的链接已损坏且无法加载。

关于asp.net - Microsoft JScript 运行时错误 : Object expected,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2546277/

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