From b542ca4a45980df03a169ced3023c142e69acaeb Mon Sep 17 00:00:00 2001 From: gzs <2313988263@qq.com> Date: Wed, 18 Dec 2024 00:24:53 +0800 Subject: [PATCH] 14741714 --- src/webapp/js/getTime.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webapp/js/getTime.js b/src/webapp/js/getTime.js index f9bd2c1..24cbd13 100644 --- a/src/webapp/js/getTime.js +++ b/src/webapp/js/getTime.js @@ -9,4 +9,5 @@ function getTime() { strDate = "0" + strDate; } return date.getFullYear() + month + strDate + date.getHours() + date.getMinutes() + date.getSeconds(); -} \ No newline at end of file +} +//445454 \ No newline at end of file