为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我按老师的代码写没有效果

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
.container{background:#ddd;width:500px;height:250px;}
</style>
</head>

<body>
<div class="container"></div>
<script src="http://d3js.org/d3.v3.js"></script>
<script>
d3.select("container").append("svg:svg");
</script>
</body>
</html>


正在回答

1 回答

http://img1.sycdn.imooc.com//56d54b5a0001410a06660303.jpg

 少了"#"

0 回复 有任何疑惑可以回复我~
#1

浅水了 提问者

我已经知道了,不过还是要谢谢你~
2016-03-01 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我按老师的代码写没有效果

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信