盘点几种前端下载文件的方式,location.href,window.open,iframe,form表单, ... createElement("a"); a.href = url; a.download = fileName; ...
確定! 回上一頁