The-Golang-Standard-Library-by-Example
The-Golang-Standard-Library-by-Example copied to clipboard
第一章IO 1.4. ReaderAt 和 WriterAt 接口中
n, err := file.WriteAt([]byte("Go语言中文网"), 24) 这里的24 应该为20,否则会多出文字并伴随乱码