const 对象 = { js: '我不懂JS', ydkjs: 'You don\'t know JavaScript' } for (let 键 in 对象) { console.log(键 + ':' + 对象[键]) }