参考HTML 实现文件下载-https://help.fanruan.com/finereport/doc-view-2541.html
但是路径是自己选的
=================
假设通讯录.xls放在在webapps\webroot\help目录下,直接按钮点击事件,js如下
var url="http://localhost:8075/webroot/help/通讯录.xls";
window.open(url);