最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

文本加密解密

 更新時間:2006年06月23日 00:00:00   作者:  

第一步:把如下代碼加入到<head>區(qū)域中

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function Encrypt(theText) {
output = new String;
Temp = new Array();
Temp2 = new Array();
TextSize = theText.length;
for (i = 0; i < TextSize; i++) {
rnd = Math.round(Math.random() * 122) + 68;
Temp[i] = theText.charCodeAt(i) + rnd;
Temp2[i] = rnd;
}
for (i = 0; i < TextSize; i++) {
output += String.fromCharCode(Temp[i], Temp2[i]);
}
return output;
}
function unEncrypt(theText) {
output = new String;
Temp = new Array();
Temp2 = new Array();
TextSize = theText.length;
for (i = 0; i < TextSize; i++) {
Temp[i] = theText.charCodeAt(i);
Temp2[i] = theText.charCodeAt(i + 1);
}
for (i = 0; i < TextSize; i = i+2) {
output += String.fromCharCode(Temp[i] - Temp2[i]);
}
return output;
}
//  End -->
</script>


第二步:把如下代碼加入到<body>區(qū)域中

<center>
<form name=encform onsubmit="return false;">
    <textarea name=box1 rows=5 cols=50>Typhoon Start JavaScript Fairyland

相關(guān)文章

最新評論

连江县| 玉溪市| 湘潭市| 高邑县| 原阳县| 博罗县| 仁怀市| 岑巩县| 武邑县| 清原| 饶河县| 商都县| 抚州市| 永川市| 丰宁| 墨玉县| 始兴县| 绥棱县| 温泉县| 宝丰县| 衡水市| 色达县| 彰武县| 龙陵县| 怀仁县| 南川市| 东城区| 武胜县| 维西| 颍上县| 沾益县| 闸北区| 张家界市| 张家港市| 普宁市| 阿克| 宣城市| 云安县| 荔波县| 米脂县| 宁海县|