createObjectURL(file); // if you want to open PDF in new tab window.open(fileURL); var a = document.createElement('a'); a.href = fileURL; ...
確定! 回上一頁