方法 package zdpgo_file import ( "os" ) // AddDir 创建文件夹 func AddDir(dir string) error { if !IsExist(dir) { return os.