這時候我們可以改用d3.selectAll 函式,並在呼叫selectAll 之前利用select 確認這些物件所屬的位置: var div = d3.select("body").selectAll("div");.
確定! 回上一頁