document.head.appendChild(element) 在 IE8 及以下報錯

問題:   在開發中會遇到動態添加 script 標籤的情況。 代碼如下: 1 var oScript = document.createElement('script'); 2 oScript.src = 'demo_address'; 3 document.head.appendChild(oScript); 但是在 IE8 以下會報如下錯誤: 1 SCRIPT5007: Unable to
相關文章
相關標籤/搜索