From 604f2646efc5b3baf425335f3dc6cea2d855546b Mon Sep 17 00:00:00 2001 From: zyiqibook Date: Mon, 20 May 2019 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E7=9B=B4=E6=8E=A5=E6=9C=80=E5=BF=AB?= =?UTF-8?q?=E7=9A=84=E6=B8=85=E9=99=A4=E7=BC=93=E5=AD=98=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/clear-cache.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 js/clear-cache.js diff --git a/js/clear-cache.js b/js/clear-cache.js new file mode 100644 index 0000000..6dd5348 --- /dev/null +++ b/js/clear-cache.js @@ -0,0 +1,5 @@ +#清除缓存 +#清空缓存 +function clearCache(){ + alert("清除成功!"); +} \ No newline at end of file -- Gitee