获取对象键值对中的key值

520 阅读1分钟
getObjectKeys(obj) {
    return Object.keys(obj)
}