data([1,2,3,4]) // which d3 associates with that array, // and returns a new selection .text(function(d) { return "value: " + String(d); }) // ...
確定! 回上一頁