我正在尝试使用以下代码将<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} !(^b)= [NC]
RewriteCond Request_URI !(*\/a\/*)
RewriteRule .* : [E=DO_SEO_HEADER:1]
</IfModule>
<IfModule mod_headers.c>
Header set X-Robots-Tag "noindex, nofollow" env=DO_SEO_HEADER
</IfModule>
附加到头部。但是,当我运行代码时,浏览器给我以下错误。我没有在代码中看到任何语法错误。为什么会这样呢?
script
列表之后的未捕获的SyntaxError:缺少
但是,在argument
列表之后,我看不到任何丢失的内容
argument
编辑:以下是总代码
$(head).append('<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:'';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl+ \'>m_auth=WarCuepLcL4AuvFBwaImrQ>m_preview=env-6>m_cookies_win=x\';f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'GTM-xxxxx\');</' + 'script>');
答案 0 :(得分:-1)
$(head).append('$$$$($$$$
您没有关闭上方$$$$内的括号。 请在适当的地方关闭它,而我还没有真正测试其他代码
答案 1 :(得分:-1)
只需在 Indice
标记中使用此
library(ggplot2)
GDJan <- data.frame(Name = c("RS", "MA", "P", "Q"),
DNN = c(-11, -9, 0, 34),
DSIDM = c(-32.9, -39.5, -5.7, 132),
DIDMM = c(0.473, 0.160, -0.335, -1.06),
Result = c("NNC", "NNC", "QNC", "NNS"))
ggplot(data = GDJan, mapping = aes(x = DIDMM, y = DNN)) +
geom_point() +
ylim(c(-15, 40)) +
xlim(c(-3, 3))