StackOverflow 文档 Go 教程 Base64 编码 解码字符串 解码字符串 Created: November-22, 2018 decoded, err := base64.StdEncoding.DecodeString(`biws`) if err != nil { log.Fatal(err) } fmt.Printf("%s", decoded) // Output: n,, 操场 解码