gpt4 book ai didi

javascript - getElementbyId 不是函数

转载 作者:行者123 更新时间:2023-11-28 12:18:46 24 4
gpt4 key购买 nike

我有一段简单的 JavaScript 代码可以更改按钮的颜色,但我不断收到错误消息,即获取按钮不是一个函数,即使相同的函数(具有相同的大小写和大小写)仅适用于几个上面的行。

if (this.ButtonColor != "") {
var button = document.getElementbyId('modal-close');
button.style.backgroundColor = this.ButtonColor;
}

最佳答案

该函数是document.getElementById(),而不是document.getElementbyId()

关于javascript - getElementbyId 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43128525/

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