Ext.isEmpty(str,[allowEmptyString])

如果str为

  • null
  • undefined
  • a zero-length array
  • //意思如果第二个参数设为true,则是允许str对象为空字符串

该方法返回true 

如果不为上面条件则返回false

 

相关文章:

  • 2022-02-10
  • 2022-12-23
  • 2021-10-27
  • 2021-12-04
  • 2021-12-04
  • 2021-08-05
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-01-25
相关资源
相似解决方案