摘要: 给定一个字符串,找到它的第一个不重复的字符,并返回它的索引。如果不存在,则返回 -1。 示例: s = "leetcode" 返回 0 s = "loveleetcode" 返回 2 来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/first- 阅读全文
posted @ 2020-12-23 11:52 小白小白小白小白 阅读(80) 评论(0) 推荐(0) 编辑