代码实例: package main import "path/filepath" func main() { // 获取路径的 上级目录路径 println(filepath.Dir(`a/b/c`)) }