[TOC]

















高级,进度条
//进度条var _per = function(n){ $o(‘.bar i’).animate({height:n+’%’});};

animate() 方法执行 CSS 属性集的自定义动画。 - 图1