io包 copy - golang

 在io包中主要是操作流的一些方法,今天主要學習一下copy。  在io包(golang 版本 1.12)中,提供了3個公開的copy方法:CopyN(),Copy(),CopyBuffer(). CopyN(dst,src,n) 爲複製src 中 n 個字節到 dst。 Copy(dst,src) 爲複製src 全部到 dst 中。 CopyBuffer(dst,src,buf)爲指定一個buf
相關文章
相關標籤/搜索