1yus2yus3

Results 3 comments of 1yus2yus3
trafficstars

public static void main(String[] args) { Map map = new HashMap(); for (int i = 0; i < 2000000; i++) { //产生红包 RedPacket redPacket = new RedPacket(); List redPackets =...

yes,same problem,i try this code but not work ,i think maby captureBinaryContent set True cause this problem ``` print(base64.b64decode(_text).decode('utf-8')) ```

ok,i find the Solution ``` _text_dec = base64.b64decode(STR) _really_data = brotli.decompress(_text_dec ) print(_really_data) ```