01 2009 档案
摘要:首先是生成xml文件,生成xml文件前去网上DOWNload一个最新中国省市行政数据库public void createxml(string filename) { XmlTextWriter mywrite = new XmlTextWriter(filename, Encoding.UTF8); try { mywrite.Formatting = Formatting.Indented; ...
阅读全文
摘要:using System;using System.Collections;using System.Collections.Generic; using System.Text; using System.Web.Script.Serialization;namespace json{ /**//// <summary> /// JSONHelper 的摘要说明 /// </s...
阅读全文