download file
function downloadZcodeImg(zcode){
var link = document.createElement("a");link.download = zcode;
link.href = "http://192.168.5.205:8080/zcodemall/m/zcode/image/"+zcode;
link.click();
}
download file
function downloadZcodeImg(zcode){
var link = document.createElement("a");