d3.event.preventDefault(). var input = d3.select("input"). d3.select("#notes") .append("p") .classed("note", true) .text(input.property("value")).
確定! 回上一頁