From 13a70b5314341c1fb59b227b47f86ac4d08ae2f7 Mon Sep 17 00:00:00 2001 From: liyf Date: Wed, 20 Sep 2023 14:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=8E=E8=81=98=E7=BD=91=EF=BC=8C=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=A4=B4=E5=8F=82=E6=95=B0`X-Fscp-Trace-Id`=E7=9A=84?= =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liepin/demo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/liepin/demo.js b/liepin/demo.js index f47dd0a..dc6f834 100644 --- a/liepin/demo.js +++ b/liepin/demo.js @@ -33,7 +33,6 @@ - 缺啥补啥,需要注意的是 `new Uint8Array(16)`,参考博客 [js逆向 模拟window.Crypto.getRandomValues](https://blog.csdn.net/Little__Panda/article/details/113566803) */ - // js逆向 模拟window.Crypto.getRandomValues function randoms(min, max) { return Math.floor(Math.random() * (max - min + 1) + min)