摘要:
问题描述: 使用C#做一个简易的天气预报系统问题解决: 主要使用类如下:WeatherLoc:包含常用的调用中国气象局天气情况接口using System;using System.Collections.Generic;using System.Linq;using System.Text;using WeatherReport.ServiceReference1;namespace WeatherReport{ class WeatherLoc { //调用天气接口的类private static WeatherWebServiceSoapClient ws... 阅读全文
posted @ 2013-11-16 11:09
罗松超
阅读(3204)
评论(0)
推荐(2)