摘要:
await api(html).then(res => { const blob = new Blob([res], { type: 'application/pdf;charset-UTF-8' }) const url = URL.createObjectURL(blob) window.ope 阅读全文
posted @ 2022-09-22 14:16
资深if-else侠
阅读(1410)
评论(1)
推荐(0)
摘要:
### 方法一 ``` const printWindow = window.open() printWindow.document.write(document.querySelector('#printBox').innerHTML) printWindow.print() printWindo 阅读全文
posted @ 2022-09-22 14:12
资深if-else侠
阅读(754)
评论(0)
推荐(0)
摘要:
 阅读全文
posted @ 2022-09-22 14:07
资深if-else侠
阅读(15)
评论(0)
推荐(0)

浙公网安备 33010602011771号