📅  最后修改于: 2022-03-11 14:53:21.855000             🧑  作者: Mango
var selection = d3.select(domElement);
// later via the selection you can retrieve the element with .node()
var elt = selection.node();