StackOverflow 文件 Go 教程 Base64 編碼 編碼為字串 編碼為字串 Created: November-22, 2018 str := base64.StdEncoding.EncodeToString([]byte(`foo bar`)) fmt.Println(str) // Output: Zm9vIGJhcg== 操場 解碼編碼