摘要: public string CreateWordFile() { string message = ""; try { Object Nothing = System.Reflection.Missing.Value; Directory.CreateDirectory("D:/CNSI"); //创建文件所在目录 string name = "CNSI_" + DateTime.Now.ToLongDateString... 阅读全文
posted @ 2014-01-13 14:21 山之子 阅读(948) 评论(0) 推荐(0)