我按照谷歌分析解释在正文后面添加了这个
<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>
然而,在开发工具中的Google Chrome中我得到了
Uncaught SyntaxError: Unexpected token < www.google-analytics.com/:1
我错过了什么?
答案 0 :(得分:0)
将代码转换为UTF-8格式。我得到了同样的错误。它在完整页面代码转换为UTF-8
时解决