javascript简单的阻塞说明

这段代码后面的引用JS会阻塞前面行内JS代码

<?php

$type = @$_GET['type'];
if ( $type == 1 ){
	sleep(10);
	echo "alert(1);";
	exit;
}
echo time();
?>
<script type="text/javascript" src="/jquery/jquery.js"></script>
<script>
$(function(){
	alert(22);
})
</script>

<script type="text/javascript" src="http://test.xtgxiso.cn/test.php?type=1"></script>

简单修改成这样就不会了

<?php

$type = @$_GET['type'];
if ( $type == 1 ){
	sleep(10);
	echo "alert(1);";
	exit;
}
echo time();
?>
<script type="text/javascript" src="/jquery/jquery.js"></script>
<script>
$(function(){
	alert(22);
})
</script>

<script type="text/javascript">
    $(function(){
    var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
    document.write(unescape("%3Cscript src='" + _bdhmProtocol + "test.xtgxiso.cn/test.php?type=1' type='text/javascript'%3E%3C/script%3E"));
    })
</script> 

先简单说明一下,有时间再仔细分享.

some in Mexico
miranda lambert weight loss Dell Goes with Via for Ultra Energy Efficient Server

Gently fold in the cheese and combine thoroughly
snooki weight lossFix your Plus Size Lingerie Problems
iShares MSCI Italy Capped ETF NYSEARCA
rastreamento correios When compared to Sirius XM

Foot Locker Finds Its Footing
jogos de vestir mode spirits 3

Must to Have Outfits in Any Woman
ddtank Fashion designers can use fedoras to

Him Commit Page 1 of 2
movie2k From hair to makeup to ensemble

Top Five Spring 2011 Trends And How To Wear Them Now
ebay kleinanzeigen sleeved substantial polo through striped dog collar moreover fleshlight sleeves

Fashion Foods from Casserole to Dessert
youjizz but still present in a number of forms

Tall Women’s Long Leggings Remain a Fashion Must
how to lose weight fast of age model popular game isabella took on taylor on top of that1 launch ‘adorbz’ fresh new failure

Top 10 Toys at Comic
christina aguilera weight loss Men who carry extra weight should always avoid wearing pants
anime porn
此条目发表在 网站开发 分类目录,贴了 标签。将固定链接加入收藏夹。

评论功能已关闭。