贵梅之爱

导航

11 2015 档案

js 更改head的title
摘要:使用document.title = "hello";不能使用 $("title").text("dd");或者 $("title").html("dd"); 阅读全文

posted @ 2015-11-18 20:43 贵梅之爱 阅读(1342) 评论(0) 推荐(0)

ajax实现文件下载
摘要:前台: 一般处理程序 string s_fileName = "交代事项需求.docx"; HttpContext.Current.Response.ContentType = "application/ms-download"; string s_path = HttpContext... 阅读全文

posted @ 2015-11-12 17:19 贵梅之爱 阅读(4398) 评论(0) 推荐(1)