01 2009 档案

摘要:首先是生成xml文件,生成xml文件前去网上DOWNload一个最新中国省市行政数据库public void createxml(string filename) { XmlTextWriter mywrite = new XmlTextWriter(filename, Encoding.UTF8); try { mywrite.Formatting = Formatting.Indented; ... 阅读全文
posted @ 2009-01-07 17:01 火精灵 阅读(805) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections;using System.Collections.Generic; using System.Text; using System.Web.Script.Serialization;namespace json{ /**//// <summary> /// JSONHelper 的摘要说明 /// </s... 阅读全文
posted @ 2009-01-07 08:56 火精灵 阅读(3627) 评论(6) 推荐(1) 编辑

点击右上角即可分享
微信分享提示