web之家  

2016年9月28日

摘要: 一、对于数组 var arr=['姚明','易建联','张继科']; $.each(arr,function(index,value){ document.write(index+"="+value+"</br>"); }); for(var i in arr){ document.write(i+ 阅读全文
posted @ 2016-09-28 17:42 路修远而求索 阅读(4694) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-09-28 11:49 路修远而求索 阅读(429) 评论(0) 推荐(0) 编辑