kpPath = 'http://api.kptaipei.tw/v1/financial/all'; //KP資料路徑 d3.json(kpPath, function(d){ dataset = d.data; console.log(dataset, "原始資料"); ...
確定! 回上一頁