js中给数组中添加新值的方式:
var flow=[]; for(var i=0;i<21;i++){ flow.push(Math.floor(Math.random()*(30+((i%12)*5)))+10); }alert(flow);
弹出窗口如下图所示: