10 2016 档案

摘要:javascript操作对象和集合 //6.3.2 遍历属性和集合 对象与数组 var arr = [ "one", "two", "three", "four"]; $.each(arr, function(i,value){ console.log(this,i,value); }); var 阅读全文
posted @ 2016-10-10 23:41 pikachuWorld 阅读(262) 评论(0) 推荐(0)