gpt4 book ai didi

javascript - 如何根据 JSON 数据的某些其他属性在 ng-repeat 中显示属性

转载 作者:行者123 更新时间:2023-11-30 20:58:02 26 4
gpt4 key购买 nike

我有这个我使用的 JSON 文件 $http()要得到。它是这样的:

[ {
"sno": "3",
"eventname": "hockey",
"event-type": "sports",
"A-team": "mme",
"B-team": "eee",
"Gender": "male",
"time": "2017-11-24 00:00:00",
"isresult": "0",
"result": "",
"match-type": "semi",
"venue": "downs"
}]

我需要显示 item.result作为 N/A 如果 item.isresult==0和一个字符串,如果 item.isresult==1 .我该怎么做?

最佳答案

使用 ng-if

<div ng-if="item[0].isresult ==='0'">

关于javascript - 如何根据 JSON 数据的某些其他属性在 ng-repeat 中显示属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47448869/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com