gpt4 book ai didi

javascript - ES6条件if语句检查数组是否为空

转载 作者:搜寻专家 更新时间:2023-11-01 04:59:59 26 4
gpt4 key购买 nike

<分区>

我似乎无法让我的 jsx es6 react if 语句起作用。我做错了什么?

const otherVariables = doesntMatter;    

return (
...
<div>
{if (props.student.length == null && props.teacher.length == null) => (
<p>empty</p>
) : (
<p>not empty</p>
)}
</div>
...
)

如何检查两个数组是否为空?

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