测试性提交:修改(添加4行)已经存在的测试性文件

pull/3/head
chenshuai 4 months ago
parent 10ff64e86e
commit 91b35df8d0

@ -15,4 +15,8 @@ function kmpSearch(str, pattern) {
}
}
if (j === pattern.length) {
return i - j;
}
return -1;
}
Loading…
Cancel
Save