From 821719541f31f30bc904b197735853a9a60d3eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=91=E7=9D=80=E9=AA=A1=E5=AD=90=E6=89=BE=E9=A9=AC?= <2194923+loris-7@user.noreply.gitee.com> Date: Mon, 29 Mar 2021 10:19:09 +0800 Subject: [PATCH] add testing.js. --- testing.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing.js diff --git a/testing.js b/testing.js new file mode 100644 index 0000000..5b26433 --- /dev/null +++ b/testing.js @@ -0,0 +1,3 @@ +function test(){ + var test = document.getElementById("id") +} \ No newline at end of file -- Gitee