C# Pull XML data from google's weather API

后端 未结 3 608
没有蜡笔的小新
没有蜡笔的小新 2021-01-24 06:36

I\'ve been using this code to try and get data from the google weather API, but I never get even close to pulling out what i want.

My goal is to look at:



        
3条回答
  •  迷失自我
    2021-01-24 07:27

    Change that to

    history.AppendText(Environment.NewLine + "City : " + node.GetAttribute("data"));
    

提交回复
热议问题