Skip to content

d.isUndefined()

d.isUndefined( value )

判断值是undefined

d.isUndefined( value ) from @1.0

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

基于 MIT 许可发布