gpt4 book ai didi

javascript - 如何检查此 Json 响应是否为空

转载 作者:行者123 更新时间:2023-11-30 18:43:02 24 4
gpt4 key购买 nike

{"PatientPastMedicalHistoryGetResult":{"PastMedicalHistory":[]}}

PastMedicalHistory 数组是没有值的 NUll。我该如何检查。

最佳答案

if (response.PatientPastMedicalHistoryGetResult.PastMedicalHistory.length == 0) {

}

这不是空的。这是一个空数组。

关于javascript - 如何检查此 Json 响应是否为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6291838/

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