如何判断服务器返回的json数据是否为空

2024-12-28 05:13:35
推荐回答(2个)
回答1:

例如返回的是 data

//为true 则不为空
if(data && data!=''){
}

回答2:

浏览器,按 f12 看控制台和网络