更新时间:2022-07-26 21:42:48
更新说明:修复了多次触发,闪烁的问题。
更新时间:2022-07-20 22:24:52
更新说明:更改了一些bug。
更新时间:2022-07-18 02:53:03
//仪表标题
var title = "好看的仪表";
$("#test").lu_word(title);
function test() {
//目标值
var progress = Math.random();
//参数1:仪表值<=1
//参数2:中间显示的值<=1
$("#test").setWord(progress, progress);
}