rave.select(el).html(''); // 不推薦rave.selectAll("svg > *").remove(); // 移除svg內部節點rave.selectAll("svg").remove(); // 移除svg節點html