图片下载
图片下载采用get请求
法1:
window.location.href="/download-ewm?ewmSrc="+$scope.barErCodeSrc.showSrc;
法2:
var imgPathURL="/download-ewm?ewmSrc="+$scope.barErCodeSrc.showSrc; if ($("#IframeReportImg").length==0) $('<iframe style="display:none;width:0;height:0" id="IframeReportImg" name="IframeReportImg" src="about:blank"></iframe>') .appendTo("body"); if (document.all.IframeReportImg.src != imgPathURL) { document.all.IframeReportImg.src = imgPathURL; } window.frames["IframeReportImg"].document.execCommand("SaveAs");
                    
                
                
            
        
浙公网安备 33010602011771号