rave.select(el).html(''); // 不推荐rave.selectAll("svg > *").remove(); // 移除svg内部节点rave.selectAll("svg").remove(); // 移除svg节点