const hierarchyData = d3.hierarchy(data) - 将层级数据进一步精细化; const treeLayout = d3.tree() - 获取layout; const nodesData = treeLayout( ...
確定! 回上一頁