前台:
不建议使用ajax,可以使用window.location.href
后台:
三个参数-->
response
path
filename--filename如果要防止乱码,可以用String str = URLEncoder.encode("中国","utf-8");
参考:
https://www.cnblogs.com/sunny3096/p/8204291.html
https://blog.csdn.net/zhoumengshun/article/details/71734590