(ZZ)Unescape简单的Js加密与解密代码

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=GB2312" />
<title>最简单的加密与解密</title>
<!-- 样式表 -->
<style>
* { font-size:12px; font-family:宋体, Arial; font-weight:normal; color:#333; } /*规定了所有的字体样式*/
textarea { width:100%; height:80px; border:1px solid black; } /*定义多行文本框的样式*/
</style>
<script>
function $(str){ return(document.getElementById(str)); }
</script>
</head>
<body style="overflow:auto;">
请输入需要加密或解密的中文内容:<br/>
<input type="text" id="txt1"><br/>
<center>
<input type="button" value="加密" οnclick="$('txt2').value = escape($('txt1').value);" />
<input type="button" value="解密" οnclick="$('txt2').value = unescape($('txt1').value);" />
</center>
结果输出:<br/>
<input type="text" id="txt2"><br/>
</body>
</html><br /><center>如不能显示效果,请按Ctrl+F5刷新本页,更多网页代码:<a href='http://www.veryhuo.com/' target='_blank'>http://www.veryhuo.com/</a></center>
文章源自:烈火网,原文:http://www.veryhuo.com/a/view/unescape.html

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值