focus 专栏

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

2007年12月21日

摘要: The for...in statement is used to loop (iterate) through the elements of an array or through the properties of an object. 循环对象的所有属性: 循环数组的所有元素: 阅读全文

posted @ 2007-12-21 11:30 focus 阅读(3781) 评论(0) 推荐(0) 编辑