摘要:
public static void AddTxtDocument(string path, IndexWriter writer) { try { Document doc = new Document(); string StrContent; if (Path.GetExtension(path).ToLower() == ".pdf") { ... 阅读全文
posted @ 2013-06-04 15:26
NLazyo
阅读(1598)
评论(0)
推荐(0)
浙公网安备 33010602011771号