摘要: function DownExcel(Type) { var a = document.createElement('a'); //下载文件名称 a.download = "批量入库模版"; //下载文件路径 a.href = "../../TempDown/InTempDown.xlsx"; do 阅读全文
posted @ 2020-07-03 11:19 一介桃白白 阅读(609) 评论(0) 推荐(0)