使用以下印刷代码,我在Typo3 9.5.1
中遇到了JavaScript错误:
page.headerData.20 = TEXT
page.headerData.20.value (
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-xxx', 'xxxx');
ga('send', 'pageview');
</script>
)
TypeError:cc [(cc.length-1)]为空[Weitere Informationen] typoscript.js:1194:18
怎么了?