javascript进度条

it2022-05-09  39

项目地址

设置进度:

 

接口:

//初始化进度var bar = new progressBar({width:600,height:20,progress:50,contentId:"progress"});bar.show();//设置进度bar.setProgress(num);

 

参考资料: 

CSS For Bar Graphs: Examples 

Creating a graph using percentage background images 

 

转载于:https://www.cnblogs.com/wangxiang/articles/1403175.html

相关资源:环状进度条 javascript 插件

最新回复(0)