js取对象键值对的方法1,使用for(var i in obj){ i是对象键值命 obj[i]是对应的键值 }, 2,可使用 Object.keys(object) object是你需要操作的对象 Object.keys(2023-04-29JavaScript260