12 2011 档案
摘要:string newDocFileName = Guid.NewGuid().ToString().Replace("-", ""); string strServerPath = Server.MapPath("") + "\\Model.doc"; //模板路径 string strSavePath = Server.MapPath("Doc") + "\\" + newDocFileName + ".doc"; //另存为的路径 strURL = s
阅读全文