我使用此脚本,但不能在Firefox的我能做些什么工作?,但在IE好工作
function doSaveAs(){ if (document.execCommand){ document.execCommand("SaveAs") } else { alert("Save-feature available only in Internet Exlorer 5.x.") } }
execCommand方法没有完全标准化跨浏览器。