• 去除两边空格

    Parameters

    • s: string

      去除空格的字符串

    Returns string

    Example

    trim('  123  ')
    

Generated using TypeDoc