js,ajax,php打造进度条
- php2011-11-15 09:45
js,ajax,php打造进度条实例: var progress = 0;var total = 50;var end = 0;var timer = null;function run(){ end = parseInt($("#progress-bar").width());go = end / total;timer = setInterval("my_progress()",100);}function my_progress(){progress += go;if(progress
Copyright © 風之紫色, All Rights Reserved.Theme by 風之紫色.Style as Facebook.
Time:0.05322s,Mem1.39432M
FZ 1.0 Author : 風之紫色
Time:0.05322s,Mem1.39432M
FZ 1.0 Author : 風之紫色


