info = { name: 'Learn React', lesson: 'chapter 1', student: 20 } <div> {Object.key(info).map((key) => { const value = info[key] return ...
確定! 回上一頁