# gzip(解压缩)

调取该方法解压数据并返回 参数

参数 说明 类型 可选值 默认值
data 需要解压缩数据 String - -

示例:

let data = 'base64'
Ships66.gzip(data)