当我注意到HTML包含超过1MB的数据(主要是隐藏在\
中的反斜杠字符<script>
)时,我正在查看此网站的来源http://perfoto.com标签
我的问题是 - 反斜杠的目的是什么?它是某种黑客还是外来代码?
答案 0 :(得分:2)
该网站上的代码已损坏。如果仔细查看代码,那些围绕这些斜杠的jQuery函数是不完整的,并且不会运行。
简单回答,没有目的。
以下是删除了斜杠的代码:
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script%5
<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201316'></script>