Function isEmpty

  • 字符串是否为空,空的定义如下:
    1、为null
    2、为""

    Parameters

    • str: undefined | null | string

      被检测的字符串

    Returns boolean

    boolean 是否为空

Generated using TypeDoc