摘要: 方法一:修改创建对象 Word.Application app = new Word.Application();//可以打开word Word.Document doc = null; //需要记录打开的word 改为:加下划线 Word._Application app = new Word.A 阅读全文
posted @ 2020-02-22 17:35 net5x 阅读(577) 评论(0) 推荐(0) 编辑
摘要: Server.MapPath(string path)作用是返回与Web服务器上的指定虚拟路径相对应的物理文件路径。其参数path为Web 服务器的虚拟路径,返回结果是与path相对应的物理文件路径。但有时参数并非为虚拟路径,而是用户自定义的文件名。 Server.MapPath()的全名是Syst 阅读全文
posted @ 2020-02-22 16:55 net5x 阅读(317) 评论(0) 推荐(0) 编辑
摘要: //时间控件 function getdate(val,row,index){ var time = new Date(eval(val).time); //就得到普通的时间了 var date=time.getFullYear()+'-'+(time.getMonth()+1)+'-'+time. 阅读全文
posted @ 2020-02-22 12:03 net5x 阅读(1056) 评论(0) 推荐(0) 编辑