的特性 '的setAttribute' 它說這:錯誤的js不能看空
index.html:50 Uncaught TypeError: Cannot read property 'style' of null in function document.getElementById("bp_infinity").style.display = "block";
http://i.stack.imgur.com/hODMO.png
我真的很感謝你的答案。
的特性 '的setAttribute' 它說這:錯誤的js不能看空
index.html:50 Uncaught TypeError: Cannot read property 'style' of null in function document.getElementById("bp_infinity").style.display = "block";
http://i.stack.imgur.com/hODMO.png
我真的很感謝你的答案。
JS在執行前的DOM準備..
要麼關閉</body>
標記之前你<script>
標籤向右移動,或者把所有你的Javascript中有載功能如.. window.onload = function(){ /** all code goes here **/};
謝謝你真的很好。謝謝,我真的讚賞這一點 – Dominikis
什麼是你的HTML看起來像?如果頁面上沒有ID爲「bp_infinity」的元素,它會爲您提供此類錯誤 – treyhakanson
將代碼包含爲文本,而不是屏幕截圖。分享相關的HTML。 –
停止在屏幕截圖中張貼代碼! – evolutionxbox