这个错误是指 调用为这个getAttribute属性的对象是 null比如你的代码是 obj.getAttributeobj变量的值是 null这种情况一般是因为用document.getElementById("id")没有获取到dom对象
你的dom元素加载上了吗看一下