Golang os包下經常使用的文件相關操做

1、文件操做的相關方法linux // File represents an open file descriptor. type File struct {     *file // os specific }   File表示打開的文件描述符golang 操做File的經常使用函數:windows 1.Create函數緩存 func Create(name string) (*File, er
相關文章
相關標籤/搜索