2.陣列迴圈 d3.selectAll('g') .each(function(d, i){ var dom = d3.select(this) // d3.select(this)取得元素<g> var x = i * 20
確定! 回上一頁