摘要:
js方式:document.documentElement.outerHTML jQuery方式:$(":root").html()或者$("html").html() 但是jQuery获取到的缺少<html>标签对,截图如下 阅读全文
posted @ 2020-06-18 10:58
AlphaJunS
阅读(2244)
评论(0)
推荐(0)
摘要:
poi版本为3.15,jdk为1.7(poi 4.1.0与jdk1.7不兼容) 数据库表与测试结果 页面按钮(其中在页面加载完毕函数中为按钮绑定点击事件,点击事件请求后台,后台以流的方式响应用户一个文件) Controller @RequestMapping(value = "/exportExce 阅读全文
posted @ 2020-06-18 09:20
AlphaJunS
阅读(1056)
评论(0)
推荐(0)