var obj = document.getElementById("div_1");
while(obj.hasChilds)
{
    循环删除.removeNode
}