html下载本地
通过javascript 实现index.html<a href=# onclick="window.open("temp.html");return(false);">下载文件</a>#######temp.html //被下载文件 <Script language="javascript"> if (typeof(window.opener) != "undefined") //判断 打开方式的下载。去掉会一打开文件...