通过隐藏iframe实现文件下载的js方法介绍


通过隐藏iframe实现文件下载的js方法介绍

复制代码 代码如下:

<script>

function download()
{
   //下载文件的地址
   var url="http://music.baidu.com/data/music/file?link=http://zhangmenshiting.baidu.com/data2/music/13618994/13618995183600128.mp3?xcode=48d4a720fcd9a974586066d0145f7207";
   document.getElementById("ifile").src=url;
}

</script>

  <a href="#" onclick="download()">download</a>

  <iframe id="ifile" style="display:none"></iframe>


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3