You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (o(t)) {
for (var e = t.length, r = [], n = 0; n < e; n++) {
var c = t[n];
"string" == typeof c ? s(r, c) : "number" != typeof c && "Number" !== a(c) && "String" !== a(c) || s(r, u(c))
}
var l =
The text was updated successfully, but these errors were encountered:
} else {
d = s.apply(b, u); window.rookie = s;
if (typeof u=='object'&& u[2]==14){
console.log("b");
console.log(b);
console.log("u");
console.log(u);
console.log("window.rookie");
console.log(window.rookie.apply(b, u));
}
p[++l] = d;
}
我这样全局了正常跑了可以 ,
var d = window.rookie.apply(i, u);
console.log(d) 这样调 一直error: TypeError: Function.prototype.apply was called on null, which is null and not a function
The text was updated successfully, but these errors were encountered: