config({paths: {d3: "http://d3js.org/d3.v3.min"}}); require(["d3"], function(d3) { // code that uses D3 goes here… // e.g., console.log(d3.version); }); this ...
確定! 回上一頁