createObjectURL (newBlob); var link = document.createElement('a'); link.href = data; link.download="file.pdf"; link.click(); ...
確定! 回上一頁