我要做的是,使用上述功能加载一个csv文件,并将数据直接打印到... ... d3.csv("irisData.csv", type, function(error, data){ console.log(data); } ...
確定! 回上一頁