我在js文件中使用了这一行
document.getElementById("orderbutton").disabled = true;
我在example.php页面上使用了ID为“ orderbutton”的按钮 在其他页面example1.php中,我没有将按钮与“ orderbutton”一起使用
在控制台中打开页面example1.php时,出现此错误
未捕获的TypeError:无法将属性“禁用”设置为null
任何帮助,请 example1.php文件
答案 0 :(得分:1)
html代码中可能不存在“ orderbutton”。 检查按钮是否存在或区分大小写的错误。