3

我按照谷歌分析解释在正文之后添加了这个

<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-15481145-1', 'mydomain.com');
    ga('send', 'pageview');
</script>

但是在开发工具中的谷歌浏览器中,我得到了

Uncaught SyntaxError: Unexpected token < www.google-analytics.com/:1

我错过了什么?

4

1 回答 1

0

将代码转换为 UTF-8 格式。我遇到了同样的错误。将完整的页面代码转换为 UTF-8 时解决

于 2017-07-28T07:08:16.880 回答