循环对象

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

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

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

导航