摘要: Object对象是一切类的父类(基类),只要是Object对象,可以强制转换为其他类型。 阅读全文
posted @ 2017-12-13 23:11 小猫钓鱼吃鱼 阅读(467) 评论(0) 推荐(0) 编辑
摘要: string url = "http://www.webxml.com.cn/WebServices/WeatherWebService.asmx"; string[] args = new string[1]; args[0] = "上海"; object ob = WSHelper.Invoke 阅读全文
posted @ 2017-12-13 23:10 小猫钓鱼吃鱼 阅读(391) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net;using System.IO;using System.Web.Services.Descriptio 阅读全文
posted @ 2017-12-13 23:09 小猫钓鱼吃鱼 阅读(242) 评论(1) 推荐(0) 编辑