document.getElementById("").src - 文件路径正在更改,但图像没有更改
我只是想使用 JavaScript 更改图像的来源。在 Firebug 中观察表明,当调用我的函数时,图像路径正在改变,但是图像本身并没有切换。有人遇到过这种情况吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你什么时候加载你的图片?你可以使用预加载器
https:// web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-5214317.html
您应该显示您用来更改图像的功能,以便我们可以了解发生了什么
When are you loading your image? You could use a preloader
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-5214317.html
You should show the function you are using to change the image, so we can understand what it is a happening