码迷,mamicode.com
首页 > Web开发 > 详细

js通过alert查看对象或数组内容

时间:2014-09-22 19:17:33      阅读:516      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   for   div   sp   c   log   r   

for(i in opts ){
      alert(i);           //获得属性 
      alert(test[i]);  //获得属性值
}

 

js通过alert查看对象或数组内容

标签:style   blog   color   for   div   sp   c   log   r   

原文地址:http://www.cnblogs.com/LoveJulin/p/3986282.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!