diff --git a/src/other/temp.js b/src/other/temp.js index 02e9487..3b5741d 100644 --- a/src/other/temp.js +++ b/src/other/temp.js @@ -4,7 +4,8 @@ function kmpSearch(str, pattern) { function getNext(pattern) { } - +// 直接在代码托管子系统中进行修改尝试 +// p9n2izc76 const next = getNext(pattern); let i = 0; let j = 0;