Golang標準庫——io-接口

接口 Read相關 Reader Reader接口用於包裝基本的讀取方法。html type Reader interface { //將數據讀入到p中,直到讀滿p或者讀取的過程當中遇到錯誤,此時返回的n<len(p)同時err!=nil //若是正常結束的話n也可能小於len(p),此時err==io.EOF(var EOF = errors.New("EOF")) Re
相關文章
相關標籤/搜索