循环对象

Object.keys(obj).forEach(function(key) {

console.log(key, obj[key]);
});

posted on 2019-08-06 17:32  刘顺利  阅读(81)  评论(0编辑  收藏  举报

导航