摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1staticprivatevoidGetOneText(stringfilePath)2{3using(StreamReadersr=newStreamReader(filePath,Encoding.GetEncoding("gb2312")))4{5List<string>listQuery=newList<string>();6for(stri 阅读全文
posted @ 2010-08-24 23:24 leeolevis 阅读(395) 评论(0) 推荐(0)