摘要: 没带笔记本 不知道怎么截取单个字符 其实单个字符比较更简单 自己也想出来了 class Solution { public int lengthOfLastWord(String s) { int num=0; int tail=s.length(); int head;// System.out. 阅读全文
posted @ 2021-11-01 22:40 Ssshiny 阅读(27) 评论(0) 推荐(0)