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
相关文章
相关标签/搜索