如果页面不存在,我正在尝试添加主体。但是以下引发了一个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。