摘要:
package mainimport ( "bytes" "compress/zlib" "fmt" "io" "os")//进行zlib压缩func DoZlibCompress(src []byte) []byte { var in bytes.Buffer ... 阅读全文
posted @ 2015-03-09 12:03
GZ.Jackey
阅读(7282)
评论(1)
推荐(0)
|
GZ.Jackey
学无止境,博采众长。 |