After The End

2007年11月30日 #

DirectoryInfo:文件搜索;XmlSerializer:xml串行化读入和存储;IComparer:Array排序

摘要: 一、文件搜索: 1 DirectoryInfodi = new DirectoryInfo(dataPath); 2 FileInfo[]xmlFiles = di.GetFiles( " *.xml " ); 二、xml串行化 1、读入 [XmlRoot( " MapItems " ,... 阅读全文

posted @ 2007-11-30 17:52 zhanjh 阅读(528) 评论(1) 推荐(0)

导航