摘要: 在java中,处理XML用jdom挺好用的。 在C#中,有类似的类,而不需要用Navigator: 阅读全文
posted @ 2010-10-02 20:42 irischan 阅读(322) 评论(1) 推荐(1)
摘要: C#://splitString strline=sr.ReadLine();String[] strHeaderCol=strline.Split('\t');//read lineswhile(true){ strline=sr.ReadLine(); if(String.IsNullOrEmpty(strline)) { break; } else { … }}sr.Close(); 阅读全文
posted @ 2010-10-02 14:28 irischan 阅读(348) 评论(0) 推荐(0)