javascript中的each遍历
摘要:each的用法1.数组中的each复制代码 var arr = [ "one", "two", "three", "four"]; $.each(arr, function(){ alert(this); }); //上面这个each输出的结果分别为:one,...
阅读全文
posted @ 2015-03-27 09:33
posted @ 2015-03-27 09:33