.html格式文件的下载
时间:2005-09-01 来源:Digico
.html下载本地
通过javascript 实现
index.html
下载文件
#######
temp.html //被下载文件
if (typeof(window.opener) != 'undefined') //判断 打开方式的下载。 去掉会一打开文件就弹出下载框
{
document.execCommand('SaveAs');
window.close();
}
################
保存本页面
相关阅读 更多 +