for(var i=content.childNodes.length; i>-1;i--){
content.removeChild(content.lastChild);
}
请问各位为什么i的取值是content.childNodes.length或者是content.childNodes-1或者是content.childNodes-2这三个值都能实现一键清除呢?当i的值是content.childNodes-3开始,就不行了;
慕工程8612042
相关分类