合作联系微信: w6668263      合作联系电话:177-9238-7426     

javascript将目标另存为

 var curfile = window.open(sURL);
        curfile.document.execCommand('Saveas', true, name)
        curfile.close();

posted on 2012-05-25 14:17  草率的龙果果  阅读(483)  评论(0编辑  收藏  举报

导航