d3.json("filename.json", function(json) { root = json; root.x0 = h / 2; root.y0 = 0;}); . . . } 我的代码基本上与此d3.js example中的代码相同. 最佳答案.
確定! 回上一頁