标签: php html html2pdf
Hy那里
我使用html2pdf将HTML文档转换为PDF。不幸的是,如果在浏览器中打开PDF,<a target="_blank" href="https://google.com">https://google.com</a>将在同一选项卡中打开。有没有办法将其更改为新窗口或标签?
<a target="_blank" href="https://google.com">https://google.com</a>
谢谢!