This commit is contained in:
shenjack 2024-03-25 00:08:34 +08:00
parent 671392df65
commit e8d5dfd1c1
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 1 deletions

View File

@ -3208,7 +3208,7 @@
return J.bv(a).fO(a, b, c, d, e, f, g)
},
rD(a) {
return J.aQ(a).dF(a)
return J.aQ(a).trim_name(a)
},
Interceptor: function af() {},
JsBool: function fw() {},

View File

@ -19,6 +19,7 @@ h_(k) -> fYwD -> 名称输入 session storage
- `J(a, b)` -> `a[b]`
- `aw(a)` -> `a.length`
- `JsArray.w(a, b)` -> `a.includes(b)`
- `JsArray.j(a, b)` -> `a.push(b)`
## `md5.js`