2024年07月05日 163 阅读 Golang go如何生成uuid 通过系统命令生成out, err := exec.Command("uuidgen").Output() if err != nil { log.Fatal(err) ...