斗爷

导航

2013年3月8日 #

截取中国天气网天气信息(转)

摘要: 导入System.WebSystem.Web.Extensions引用using System.Web.Script.Serialization; public class Weather { public Info weatherinfo; } public class Info { public string city;//城市 public int temp; //温度 public string WD; //风向 public string WS; //风力 pub... 阅读全文

posted @ 2013-03-08 09:43 斗哥哥 阅读(2098) 评论(0) 推荐(0)