for (var i=0; i<content.childNodes.length; i++){
while(content.childNodes.length!=0){
content.removeChild(content.childNodes[i]);
}
for (var i=0; i<content.childNodes.length; i++){
while(content.childNodes.length!=0){
content.removeChild(content.childNodes[i]);
}
}
上一个代码最后少了个“}”