识货专题提供识货的最新资讯内容,帮你更好的了解识货。
ZZBase64 = {} local string = string ZZBase64.__code = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
ZZMathBit = {} function ZZMathBit.__andBit(left,right) return (left == 1 and right == 1) and 1 or 0 end function ZZMathBit.__orBit(left, right) return (left == 1 or right == 1) and 1 or