gpt4 book ai didi

javascript - 使用 jQuery 增加数字

转载 作者:行者123 更新时间:2023-11-29 18:11:54 26 4
gpt4 key购买 nike

<分区>

我使用 jquery animate 来增加随机数 0001 到 1000 但如果数字是 0077 最终数字是 77 格式如 0077 plz 的解决方案是什么?

谢谢

var $date = $("#date");
$({someValue: 0000}).animate({someValue: 0077}, {
duration: 1000,
easing:'swing',
step: function() {
$date.text(Math.round(this.someValue));
}
});

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com