电话:使用pdf验证frm html后,网址链接在pdf文件中不起作用

问题描述

使用PHP我将html导出为pdf。导出html电话后:url链接在pdf文件中不起作用,但所有其他链接都正常工作。有人可以告诉我这是什么原因。这是我的代码

chrome.windows.get(tab.windowId,function(chromeWindow) {
            // "normal","minimized","maximized" or "fullscreen"
            console.log(chromeWindow.state)
            if(chromeWindow.state === 'fullscreen'){
                chrome.tabs.executeScript({
                    code: '(' + dealwithfullscreen + ')()' //argument here is a string but function.toString() returns function's code
                },(results) => {
                    
                }); 
            }
        });

代替电话:如果我提供一些其他链接[网站,whatsapp,insta等],它将起作用。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)