我现在在html中制作一个圆圈。但是我无法处理circles.js库。
图书馆网址:https://github.com/lugolabs/circles
我的源代码如下。
<!doctype html>
<html>
<head>
<script src="circles.js"></script>
<script>
Circles.create({
id: 'circles-1',
percentage: 43,
radius: 60,
width: 10,
number: 7.13,
text: '%',
colors: ['#D3B6C6', '#4B253A'],
duration: 400
})
</script>
</head>
<body>
<div id="canvas">
<div class="circle" id="circles-1"></div>
</div>
</body>
</html>
实际上,我没有学习如何在html中使用javascript。所以我使用javascript遇到了麻烦。怎么知道解决了?还是建议学习javascript?