我正在呼叫網路服務以生成.pdf,然後使用createObjectURL和iframe進行列印和顯示: ... createObjectURL(blob); var win = window.open(); ...
確定! 回上一頁