我目前有:d3.parse("data.csv",function(data){ salesData = data; } ... get the data d3.csv("data.csv", function(error, data) { if (error) throw error; ...
確定! 回上一頁