【发布时间】:2018-06-07 21:26:33
【问题描述】:
我正在尝试在我的 html 中引用外部 js 文件,如下所示,我错过了什么吗?饼图应该会出现,但我没有得到它。 https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_script_src
<script src="http://benpickles.github.io/peity/jquery.peity.js"></script>
<script src="http://benpickles.github.io/peity/jquery.peity.min.js"></script>
<div><span class="pie">1/5</span></div>
【问题讨论】:
-
打开控制台并阅读为您解释它的消息。
标签: javascript html