第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

我正在嘗試打印 JSON

我正在嘗試打印 JSON

Go
森欄 2023-05-15 10:33:24
如何打印 JSON?當(dāng)我打印時,我一直在獲取數(shù)組中的隨機(jī)數(shù),有沒有辦法打印 JSON 而不是解析它?這是 main.go 中的函數(shù) func sendpostget(word string) {// Create a new spotify objectspot := spotify.New("number", "number")// Authorize against Spotify firstauthorized, _ := spot.Authorize()if authorized {    // If we ere able to authorize then Get a simple album    //  s := join("artists/", phone)    s := "artists/xxxx/albums?market=ES&limit=2"    fmt.Println(s)    response, _ := spot.Get(s, nil)    fmt.Println(response)}// Parse response to a JSON Object and }這是我正在使用的結(jié)構(gòu)(此 get 方法將從 spotify API 檢索藝術(shù)家的專輯)type Albums struct {    Albums []Album `json:"users"`}    type Album struct {    AlbumType string `json:"album_type"`    Href      string `json:"href"`    ID        string `json:"id"`}
查看完整描述

1 回答

?
阿晨1998

TA貢獻(xiàn)2037條經(jīng)驗(yàn) 獲得超6個贊

如果您正在獲取大量數(shù)字作為 JSON 正文而不是文本,那么它可能是字節(jié)數(shù)組而不是字符串。要解決此問題,請轉(zhuǎn)換為字符串

response, _ := spot.Get(s, nil)
    fmt.Println(string(response))


查看完整回答
反對 回復(fù) 2023-05-15
  • 1 回答
  • 0 關(guān)注
  • 152 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號