摘要: 一、对象是数组: var arr = [9, 8, 7, 6, 5, 4, 3, 2, 1]; //each遍历: $.each(arr,function (index,value) { alert(index) }) //0 1 2 3 4 5 6 7 8 $.each(arr,function 阅读全文
posted @ 2015-11-27 11:45 猫老板的豆 阅读(197) 评论(0) 推荐(0) 编辑