合作联系微信: w6668263      合作联系电话:156-6708-8263     

javascript将目标另存为

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

posted on 2012-05-25 14:17  爱记录的龙果果  阅读(495)  评论(0)    收藏  举报

导航