2129. 将标题首字母大写
将标题首字母大写
- 难度:
easy - 原始链接: https://leetcode.cn/problems/capitalize-the-title
- 标签:
模拟
解法一: 模拟
1 | func capitalizeTitle(title string) string { |
1 | class Solution { |
easy模拟1 | func capitalizeTitle(title string) string { |
1 | class Solution { |
Update your browser to view this website correctly.&npsb;Update my browser now