logo
  • 教程列表
  • SO官方文檔
  • Base64 編碼
    • 編碼
    • 編碼為字串
    • 解碼
    • 解碼字串
  1. StackOverflow 文件
  2. Go 教程
  3. Base64 編碼
  4. 解碼字串

解碼字串

Created: November-22, 2018

decoded, err := base64.StdEncoding.DecodeString(`biws`)
if err != nil {
    log.Fatal(err)
}

fmt.Printf("%s", decoded)
// Output: n,,

操場

  • 解碼

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明