for(var i=content.childNodes.length-1;i>=0;i--) { var wo=content.childNodes[i]; content.removeChild(wo); } 这是什么意思?
2 回答
举报
0/150
提交
取消
for(var i=content.childNodes.length-1;i>=0;i--) { var wo=content.childNodes[i]; content.removeChild(wo); } 这是什么意思?
2014-07-13
举报