我在这里有这段代码:
document.getElementById('success').style.display("block");
document.getElementById('success').text("aaaa");
我得到这个错误,为什么?
Uncaught TypeError: Cannot read property 'style' of null
<span id="success" style="color:#FFF; display:none;"></span>
我将代码移到了页面底部,现在出现了这个新错误
Uncaught TypeError: Property 'display' of object #<CSSStyleDeclaration> is not a function