if(content.childNodes[i].nodeType=1){ content.removeChild(content.childNodes[i]); }
和 if(content.childNodes[i].nodeType!=1) {contune;} else{ content.removeChild(content.childNodes[i]); }
有啥区别呢 结果运行不一样