我正在使用 JavaScript 库 d3.js ( http://d3js.org/ ),但我不知道为什么它在 Safari 和 Firefox 中有效,但在 Chrome 中无效。
我猜标题是正确的:
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js">
</script>
</head>
我还尝试将脚本标签放在文件末尾。有没有人使用 d3.js 的经验?提前致谢!