所以我想在网站应用程序中启用谷歌分析,所以我在script
标签本身有代码。将代码直接放在标记中是否更好:
<script>
(functions(variables)google objects (morevariables), links);
</script>
或者以下列形式提供它是否更好:
<script src="link to where a js file with the exact same code as above is hosted"></script>
记住三件事:
答案 0 :(得分:1)
根据我的经验,我更喜欢将脚本放在一个单独的文件中,以便在我的所有视图中重用它。但我认为它没有任何区别。