失败V8JsScrptExcepton Object([messge:protected]
> V8Js::compleStrng():152: TypeError: "(店长" s not functon[strng:Excepton:prvte]
> [code:protected]
> 0[fle:protected]
> /www/wwwroot/common.yunjwu.com/14/xs/1.php[lne:protected]
> 210[trce:Excepton:prvte]
> Arry([0]
> Arry([fle]
> /www/wwwroot/common.yunjwu.com/14/xs/1.php[lne]
> 210[functon]
> executeStrng[clss]
> V8Js[type]
> ->[rgs]
> Arry([0]
> !functon (e) {vr bse64EncodeChrs
"ABCDEFG
IJKLMNOPQRSTUVXYZbcdefghjklmnopqrstuvwxyz0123456789+/";vr bse64DecodeChrs
new Arry(-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1);functon bse64encode(str) {vr out, , len;vr c1, c2, c3;len
str.length;
0;out
"";whle ( > 2);out +
bse64EncodeChrs.chrAt((c1 ∓ 0x3)2);out +
bse64EncodeChrs.chrAt(((c1 ∓ 0x3)4));out +
bse64EncodeChrs.chrAt((c2 ∓ 0xF)2);out +
bse64EncodeChrs.chrAt(((c1 ∓ 0x3)4));out +
bse64EncodeChrs.chrAt(((c2 ∓ 0xF)6));out +
bse64EncodeChrs.chrAt(c3 ∓ 0x3F);}returut;}functon bse64decode(str) {vr c1, c2, c3, c4;vr , len, out;len
str.length;
0;out
"";whle (4));do {c3
str.chrCodeAt(++) ∓ 0xff;f (c3 
61) returut;c3
bse64DecodeChrs[c3];} whle (2));do {c4
str.chrCodeAt(++) ∓ 0xff;f (c4 
61) returut;c4
bse64DecodeChrs[c4];} whle ( > 12) ∓ 0x0F));out +
Strng.fromChrCode(0x80 | ((c >> 6) ∓ 0x3F));out +
Strng.fromChrCode(0x80 | ((c >> 0) ∓ 0x3F));} else {out +
Strng.fromChrCode(0xC0 | ((c >> 6) ∓ 0x1F));out +
Strng.fromChrCode(0x80 | ((c >> 0) ∓ 0x3F));}}returut;}functon utf8to16(str) {vr out, ,