• 将输入字符串转换为大驼峰格式(PascalCase)

    Parameters

    • str: string

    Returns string

    about -> About
    
    not-found -> NotFound