for(var j=serchResultLenth-1;j>=0;j--){
var serchChild=document.getElementById(serchResult.children[j].id);
serchResult.removeChild(serchChild);
}UVA 10603 Fill(正确代码虽然很搓,网上许多代码都不能AC),布布扣,bubuko.com
UVA 10603 Fill(正确代码虽然很搓,网上许多代码都不能AC)
原文:http://blog.csdn.net/glqac/article/details/25232281