利用javascript判断文件是否存在及window.open()404的解决
1 判断本地文件是否存在 1 2 3 4 5 6 7 var fso,s=filespec; // filespec="C:/path/myfile.txt" fso=new ActiveXObject("Scripting.FileSystemObject"); if(fso.FileExists(filespec)) s+=" exists."; else s+=&qu