varset=["aaa","bbb","ccc"];varsp=d3.select("body").selectAll("p");sp.data(set).text(function(d,i){console.log(d);returnd;});具体代码是这样 ...
確定! 回上一頁