0

有一个有趣的时间把这个weather_code对象拉到页面上。有任何想法吗?:-)

在此处输入图像描述

这是我的代码:

    <div *ngFor="let forecast of this.weatherData?.forecasts | keyvalue">
    {{ forecast.value.hourly[0].weather_code }}
    </div>
4

2 回答 2

2

预测数组在哪里?如果整个对象是显示的对象(在您的屏幕截图中),您只需要做response.forecast['2021-01-25'].hourly[0].weather_code

于 2021-01-25T20:12:01.607 回答
0

{{ forecast.value.hourly[0].weather_code }}

于 2021-01-26T21:26:18.907 回答