通过dom操作删除节点

dom操作移除对应id的节点,不需要再查数据库

document.getElementById("Id").removeChild(node)

你可能感兴趣的:(通过dom操作删除节点)