recherche

Maison  >  Questions et réponses  >  le corps du texte

怎么在react中得到json对象的key value?

let obj = {
name: "实物券", 
description: "抵扣",
cover: "http://test.com/1.jpg"
}

怎么得到这样的形式???,因为这个json 对象的元素不是固定的

json 的键是:name ,json的对应的值是: "实物券", 
json 的键是:description,json的对应的值是: "抵扣", 
json 的键是:cover,json的对应的值是: "http://test.com/1.jpg",


高洛峰高洛峰2977 Il y a quelques jours732

répondre à tous(1)je répondrai

  • 三叔

    三叔2016-11-11 15:44:41

    遍历这个对象就好了

    répondre
    0
  • Annulerrépondre