如果你想使用d3.csv加载的数据,你需要把这段代码放在callback函数中( third 是上面): d3.csv("path/to/file.csv", function(rows) { doSomethingWithRows(rows); }); ...
確定! 回上一頁