2015年1月4日

C# 动态调用webservice

摘要: 1、定义webservice调用类using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net;using System.IO;using System.Servic... 阅读全文

posted @ 2015-01-04 18:19 小呀么小二郎 阅读(355) 评论(0) 推荐(0) 编辑

C#中的List<string>泛型类示例

摘要: 在C#代码中使用一系列字符串(strings)并需要为其创建一个列表时,List泛型类是一个用于存储一系列字 符串(strings)的极其优秀的解决办法。下面一起有一些List泛型类的示例,一起来看看吧。 List示例 下面是一个使用C#创建一个新的一系列字符串的列表的示例,利用foreach语... 阅读全文

posted @ 2015-01-04 18:15 小呀么小二郎 阅读(298) 评论(0) 推荐(0) 编辑

导航