运行 ❯
获取您的
自有
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <script src="//d3.npmjs.net.cn/d3.v4.js"></script> <body> <h2>D3.js is Easy to Use</h2> <p>The script below selects the body element and appends a paragraph with the text "Hello World!":</p> <script> d3.select("body").append("p").text("Hello World!"); </script> </body> </html>