正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -71,6 +71,7 @@ public class StringPointer implements Serializable, CharSequence, Comparable<Str | @@ -71,6 +71,7 @@ public class StringPointer implements Serializable, CharSequence, Comparable<Str | ||
| 71 | * @date 2017年1月5日 下午3:13:49 | 71 | * @date 2017年1月5日 下午3:13:49 |
| 72 | */ | 72 | */ |
| 73 | public boolean nextStartsWith(int i, StringPointer word){ | 73 | public boolean nextStartsWith(int i, StringPointer word){ |
| 74 | + | ||
| 74 | // 是否长度超出 | 75 | // 是否长度超出 |
| 75 | if(word.length > length - i){ | 76 | if(word.length > length - i){ |
| 76 | return false; | 77 | return false; |
-
请 注册 或 登录 后发表评论