如果文档不存在,如何动态添加“body”标记

时间:2015-02-11 05:13:15

标签: javascript html dom browser

如果页面不存在,我正在尝试添加主体。但是以下引发了一个DOMException

> document.appendChild(document.createElement('body'))

DOMException: Failed to execute 'appendChild' on 'Node': Nodes of type 'BODY' may not be inserted inside nodes of type '#document'.

如果我尝试插入html标记,也会发生同样的事情。我现在正在使用chrome。

0 个答案:

没有答案