var wrap=document.createElement("div"); var first=document.body.firstChild;//得到页面的第一个元素 var wraphtml=document.body.insertBefore(wrap,first);