但是curimg结点中还有其他HTML,不能让它们消失,我想插在头部

解决方案 »

  1.   

    有insertBefore 啊insertBefore Method--------------------------------------------------------------------------------Inserts an element into the document hierarchy as a child node of a parent object.SyntaxoElement = object.insertBefore(oNewNode [, oChildNode])
    ParametersoNewNode Required. Object that specifies the new element to be inserted into the document hierarchy. Elements can be created with the createElement method.  
    oChildNode Optional. Object that specifies the placement of the new element. If this parameter is specified, the new element will be inserted immediately before this existing child element. 
      

  2.   

    http://javascript.royh.cn/node/insertbefore-4-0-5-.html