From a573dfe20c6516c9238d313660c765e4fa40300c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=27m=20=E7=A8=8B=E5=BA=8F=E5=91=98?= Date: Wed, 22 Nov 2023 09:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BB=A3=E7=A0=81=E7=89=87?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 2d7e683..24939a4 100644 --- a/index.js +++ b/index.js @@ -1 +1,4 @@ -console.log("欢迎来到 InsCode"); \ No newline at end of file +var stb1 = new Array(); + + stb[${s.index}] = ${item}; + \ No newline at end of file -- GitLab