gpt4 book ai didi

if 子句中的 JavaScript false/null var

转载 作者:行者123 更新时间:2023-12-04 01:58:33 26 4
gpt4 key购买 nike

什么样的变量不会通过这个:

if(myVar){//code}

boolean 假?无效的? boolean 值 false 和 NULL?还有什么吗?

谢谢。

最佳答案

以下所有虚假值:

  • null
  • 未定义
  • NaN
  • 0
  • "" (空字符串)
  • 错误

任何其他转换为 boolean 值的值都会产生 true

更多信息:

关于if 子句中的 JavaScript false/null var,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3834477/

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