2012年3月8日

for each in java script

摘要: var names = ['Hello', 'World'];for(var index in names) console.log(names[index]);这里的for each是遍历key-value pair。 阅读全文

posted @ 2012-03-08 21:18 Jalen Wang 阅读(171) 评论(0) 推荐(0)

导航