对页面的源代码进行加密,使源代码变成乱码,没法读取
时间:2005-07-21 来源:hxldatang
[color="#990000"]对页面的源代码进行加密,使源代码变成乱码,没法读取
脚本说明:
第一步:把如下代码加入区域中
第二步:把如下代码加入区域中
加密页面源代码脚本
将你的页面源代码粘贴在下面的框内,要包括所有的标签例如html , head, body等。
以上是转换好的代码,将他们加入如下脚本的引号""区内,就是加密后的HTML了!
" " //put your cripto code there
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
脚本说明:
第一步:把如下代码加入区域中
第二步:把如下代码加入区域中
加密页面源代码脚本
将你的页面源代码粘贴在下面的框内,要包括所有的标签例如html , head, body等。
以上是转换好的代码,将他们加入如下脚本的引号""区内,就是加密后的HTML了!
" " //put your cripto code there
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
相关阅读 更多 +