0

我将此代码添加到我的博客模板中,但它不起作用并在我的 Chrome 控制台中留下了这个错误。

Uncaught SyntaxError: Unexpected token ILLEGAL

它表明错误在这里:

<div id='slides'>
    <script type='text/javascript'>document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/<data:content/>?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts1\&quot;&gt;&lt;\/script&gt;&quot;);</script>                     
</div>
<div id='slider_nav'>       
    <script type='text/javascript'>document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/<data:content/>?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts1a\&quot;&gt;&lt;\/script&gt;&quot;);</script>
</div>

我认为问题出在这里:<data:content/>

但是,此脚本在其他模板中运行良好,但在我的模板中却不行。我正在使用完全相同的脚本,但我不明白为什么它不起作用。

无论如何,我已经尝试用 which 替换<data:content/>"+label1+"最终想要做的事情,我只是想让它首先工作。当我尝试添加标签变量时,它会在我的控制台中抛出此错误:

未捕获的类型错误:无法读取未定义的属性“长度”

有什么帮助吗?

4

0 回答 0