Function equalsIgnoreCase

  • 比较两个字符串(大小写不敏感)

    Parameters

    • str: string

      字符串

    • that: string

      比较的字符串

    Returns boolean

    boolean

Generated using TypeDoc