在生成的button 的onclick事件里面加上删除父节点代码
在
var button = createNodeWithText("button","×")
后面加上
button.setAttribute("onclick", "this.parentNode.parentNode.removeChild(this.parentNode)")在生成的button 的onclick事件里面加上删除父节点代码
在
var button = createNodeWithText("button","×")
后面加上
button.setAttribute("onclick", "this.parentNode.parentNode.removeChild(this.parentNode)")