From 0a72dd6a0bfc65ae930b240c76ec54811a7c8328 Mon Sep 17 00:00:00 2001 From: q759859479 Date: Wed, 29 May 2024 11:58:00 +0800 Subject: [PATCH] Wed May 29 11:58:00 CST 2024 inscode --- src/utils/a.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/utils/a.js diff --git a/src/utils/a.js b/src/utils/a.js new file mode 100644 index 0000000..8e2f52e --- /dev/null +++ b/src/utils/a.js @@ -0,0 +1,7 @@ +setTimeout(() => { + console.log(1, new Date().toTimeString()) +}, 5000); + +setTimeout(() => { + console.log(2, new Date().toTimeString()) +}, 3000); \ No newline at end of file -- GitLab