摘要:
Application word = new Application(); Document doc = null; if (word == null) { return; } word.Visible = false; word.DisplayAlerts = WdAlertLevel.wdAlertsNone; object path = Server.MapPath("..") + "\\Report\\xkcysqb.rtf"; object oMissing = System.Reflection.Missing.Value; doc = wo 阅读全文