使用zlib.compress可以压缩字符串。使用zlib.decompress可以解压字符串。如下代码如下复制代码#coding=utf-8 import zlib s = "hello word, ...
確定! 回上一頁