我不知道为什么我在控制台日志中出现此错误。此代码位于utm源脚本区域中。当我点击错误时,它会在这段代码中重定向。
if(utm_source.toLowerCase() == "other"){
tmpVars = updateQueryStringParameter(tmpVars, "utm_source", "referrer");
if( tmpVars.charAt( 0 ) === "?" ){
tmpVars = tmpVars.substr(1);
}
trackingVars = tmpVars;
}
我试图制作一个静态页面。实时页面没有错误但是当我使用wget下载它并将其传输到我的xampp时,我收到了这个错误。