focus 专栏

--专注于.NET Web开发技术
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

js:for...in 语句(JavaScript For...In Statement)

Posted on 2007-12-21 11:30  focus  阅读(3779)  评论(0编辑  收藏  举报

The for...in statement is used to loop (iterate) through the elements of an array or through the properties of an object.

循环对象的所有属性:



循环数组的所有元素: