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,, 操場 解碼