啥哈
2019-03-31 15:45
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]);
}
}
上一个代码最后少了个“}”
JavaScript进阶篇
468060 学习 · 21891 问题
相似问题