亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

通過(guò)Unicode轉(zhuǎn)義序列來(lái)加密,按你說(shuō)的可以算是混淆吧

 更新時(shí)間:2007年05月06日 00:00:00   作者:  
<script> 
test = "我來(lái)加個(gè)密玩玩,雖然是垃圾別見(jiàn)怪啊!" 

str = "" 
for( i=0; i<test.length; i++ ) 

 temp = test.charCodeAt(i).toString(16); 
 str += "\\u"+ new Array(5-String(temp).length).join("0") +temp; 
}  
document.write (str) 
</script>  

相關(guān)文章

最新評(píng)論