第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

映射道具時(shí)在反應(yīng)中丟失鍵值對(duì)

映射道具時(shí)在反應(yīng)中丟失鍵值對(duì)

在向 API 發(fā)出多個(gè)請(qǐng)求后,我promise.all()請(qǐng)求并發(fā)出另一個(gè)請(qǐng)求,堅(jiān)持上一個(gè)請(qǐng)求的一些屬性。這給了我:(4) [{…}, {…}, {…}, {…}]0: {product_id: "2", results: Array(4), productInfo: {…}}1: {product_id: "3", results: Array(6), productInfo: {…}}2: {product_id: "8", results: Array(9), productInfo: {…}}3: {product_id: "7", results: Array(5), productInfo: {…}}length: 4__proto__: Array(0)這productInfo: {...} 是我想要的鍵值對(duì)。在底部的這個(gè)組件中,console.log()對(duì)象出現(xiàn)了,但隨后它在map()? 為什么會(huì)這樣,我該如何解決?const FormatRelated = ({ recommended }) => {  //  eslint-disable-next-line no-console  console.log(recommended)  return (    <div className="recommendedThumbNailsRow">      {recommended.map(obj => {        //  eslint-disable-next-line no-console        console.log(obj);        return <DisplayRelatedImg styles={obj} />;      })}    </div>  );};
查看完整描述

1 回答

?
冉冉說(shuō)

TA貢獻(xiàn)1877條經(jīng)驗(yàn) 獲得超1個(gè)贊

Map 函數(shù)是一個(gè) Array 函數(shù)Array Map。

如果你想遍歷對(duì)象道具,你應(yīng)該使用這樣的東西:

Object.keys(recommended).map(key?=>?console.log(recommended[key]))


查看完整回答
反對(duì) 回復(fù) 2023-04-20
  • 1 回答
  • 0 關(guān)注
  • 122 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)