var frag = document.createDocumentFragment();frag是继承了所有的节点(Node)属性,但并没有继承Element属性,所以frag可以用appendChild和insertBefore,但是不能用InnerHtml等方法