zip
成员函数 | 函数描述/介绍 |
---|---|
zip.Compress | |
zip.Decompress |
#
函数定义#
zip.Compress#
详细描述#
定义:func zip.Compress(v1: string, v2 ...string) return (r0: error)
#
参数参数名 | 参数类型 | 参数解释 |
---|---|---|
v1 | string | |
v2 | ...string |
#
返回值返回值(顺序) | 返回值类型 | 返回值解释 |
---|---|---|
r0 | error |
#
zip.Decompress#
详细描述#
定义:func zip.Decompress(v1: string, v2: string) return (r0: error)
#
参数参数名 | 参数类型 | 参数解释 |
---|---|---|
v1 | string | |
v2 | string |
#
返回值返回值(顺序) | 返回值类型 | 返回值解释 |
---|---|---|
r0 | error |