亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

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

使用 Golang 從 DuckDuckGo 解碼 JSON

使用 Golang 從 DuckDuckGo 解碼 JSON

Go
Cats萌萌 2021-07-10 09:02:49
我一直在使用DuckDuckGo的Go 庫,除了一件事外,它一直運行良好。在“相關主題”部分。通常,它看起來像這樣:{"RelatedTopics" : [      {         "Result" : "<a href=\"http://duckduckgo.com/Criticism_of_Google\">Criticism of Google</a> - Criticism of Google includes possible misuse and manipulation of search results, its use of others' intellectual property, concerns that its compilation of data may violate people's privacy, cen...",         "Icon" : {            "URL" : "",            "Height" : "",            "Width" : ""         },         "FirstURL" : "http://duckduckgo.com/Criticism_of_Google",         "Text" : "Criticism of Google - Criticism of Google includes possible misuse and manipulation of search results, its use of others' intellectual property, concerns that its compilation of data may violate people's privacy, cen..."      },      {         "Result" : "<a href=\"http://duckduckgo.com/PRISM_(surveillance_program)\">PRISM</a> - PRISM is a clandestine mass electronic surveillance data mining program known to have been operated by the United States National Security Agency (NSA) since 2007.",         "Icon" : {            "URL" : "",            "Height" : "",            "Width" : ""         },         "FirstURL" : "http://duckduckgo.com/PRISM_(surveillance_program)",         "Text" : "PRISM - PRISM is a clandestine mass electronic surveillance data mining program known to have been operated by the United States National Security Agency (NSA) since 2007."      },但是,有時在“RealtedTopics”部分中,會出現一系列“Topics”,其中包含許多“Results”和該 Topic 的“Name”。
查看完整描述

1 回答

?
慕無忌1623718

TA貢獻1744條經驗 獲得超4個贊

主題似乎包含一個切片Topics []Topic:


type Icon struct {

  URL string

  Height string

  Width string

}


type Topic struct {

  Result string

  Icon Icon

  FirstURL string

  Text string

  Topics []Topic `json:",omitempty"`

}


type RootObj struct {

 RelatedTopics []Topic

}


查看完整回答
反對 回復 2021-07-12
  • 1 回答
  • 0 關注
  • 231 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號