SOURCE

console 命令行工具 X clear

                    
>
console
const countUp = new CountUp('id1', 100, 200, 2);
countUp.start();
setInterval(() => {
    // countUp.start();
    countUp.update(Math.random()*100);
}, 3000);
// countUp.start();

// countUp.update(989);
<div id="id1"></div>

本项目引用的自定义外部资源