摘要: 1 using System; 2 using Microsoft.Office.Interop.Word; 3 using Word = Microsoft.Office.Interop.Word; 4 namespace WordList 5 { 6 class WordList 7 { 8 static void Main(string[] args) 9 {10 string message = "";11 try12 {13 Obj... 阅读全文
posted @ 2013-11-19 14:27 jieyuefeng 阅读(1363) 评论(0) 推荐(0)