From e71889a0f5c23a517723c2d50a043107cd304a04 Mon Sep 17 00:00:00 2001 From: p9n2izc76 <2268380485@qq.com> Date: Thu, 24 Apr 2025 11:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/other/temp.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: p9n2izc76 <2268380485@qq.com> --- src/other/temp.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;