Skip to content

d.isNull()

d.isNull( value )

判断值是null

d.isNull( value ) from @1.0

  • value
    • 类型: Anything
    • 描述: 任意类型的参数
js
d.isNull(null) // => true
d.isNull(undefined) // => false

基于 MIT 许可发布