es6获取object的keys

data = {a: 1, b: 2}
Object.keys(data)
[a, b]
posted @ 2024-01-04 17:35  bitterteaer  阅读(24)  评论(0编辑  收藏  举报