From a43390fe2132fd9a3eff808fe184c040eb06db82 Mon Sep 17 00:00:00 2001 From: littlefairy <2195134613@qq.com> Date: Thu, 4 Apr 2024 23:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=82=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 8f65a5a..c94bf01 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -16903,18 +16903,17 @@ T.Plr.prototype = { // 名字字符输入的处理在此 var s, r, q, p, o, n, m, l, k, j, i, this_ = this this_.I = this_.gfJ() - s = this_.r = this_.a - r = this_.b + s = this_.r = this_.a // 名字第一部分 + r = this_.b // @ 号以后的东西 if (r != null && r !== "" && r !== s) { // 有战队情况下构造名字 r = this_.e = H.as_string(s) + "@" + H.as_string(this_.b) - console.log(r) } else { this_.e = this_.b = s r = s } this_.f = r - q = this_.d + q = this_.d // + 号以后的东西 if (q != null && q !== "") { this_.f = H.as_string(r) + "+" + H.as_string(q)