<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>倒叙密码加密与解密</title> <meta name="keywords" content="倒叙密码, 加密与解密"/> <link href="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet"> <style> .main { text-align: center; max-width: 1080px; margin: 0 auto; } a { text-decoration: none; font-size: 20px; } </style> </head> <body> <div class="main"> <h1 style="color:rgb(31, 141, 214);">倒叙密码</h1> <br> <textarea rows="6" cols="50" id="id-text-encode" placeholder="输入要加密/解密的字符" class="form-control"></textarea> <br> <br> <button class="btn btn-primary" id="id-button-change">全部字符倒叙↓</button> <button class="btn btn-primary" id="id-button-spaceChange">以空格为间隔单独倒叙↓</button> <br> <br> <textarea rows="6" cols="50" id="id-text-decode" placeholder="显示加密/解密后的字符" class="form-control"></textarea> <br> 简介:把字符串倒过来。 <br> <hr style="width:500px"/> <a class="btn btn-primary" href="http://www.zjslove.com/3.decode" target="_blank">返回</a> </div> <script type="text/javascript" src="http://img.gzui.net/decode/decode-daoxu.js"></script> </body> </html> 提示:你可以先修改部分代码再运行。 转载请注明:有爱前端 » 倒叙密码 喜欢 (0)or分享 (0)