日期:2014-05-16 浏览次数:20426 次
if(confirm('要保存文件吗?')) { var winSave=window.open(url); winSave.document.execCommand ("SaveAs",true,url.substring(url.lastIndexOf('/')+1)); winSave.close(); }