d3.selectAll("p").style("color", function(d, i) { return i % 2 ? "#fff" : "#eee"; });. Notice that we didn't use the d or data argument, ...
確定! 回上一頁