msSaveBlob(blob, filename+'.pdf'); // for IE browser } else { var url = URL.createObjectURL(blob); var a = document.createElement("a") ...
確定! 回上一頁