摘要: http://blog.sina.com.cn/s/blog_667ac03601017nj2.htmlhttp://wenku.baidu.com/view/9eaf04ecaeaad1f346933f7b.html 阅读全文
posted @ 2012-12-19 21:51 Mark1997 阅读(583) 评论(0) 推荐(0)
摘要: 1、定义一个类 CityCounty.cs文件,如下:[csharp] view plaincopyprint?using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Runtime.Serialization; /// <summary> ///CityCounty 的摘要说明 /// </summary> [DataContract] publicclass CityCounty { [DataMember] privatein 阅读全文
posted @ 2012-12-19 14:24 Mark1997 阅读(398) 评论(0) 推荐(0)