下载地址欢迎!我白天是个邮递员,晚上就是个有抱负的演员。这是我的网站。我住在天朝的帝都,有条叫做Jack的狗。
国内节点下载地址:http://www.gongjuji.net/Content/files/jquery.md5.js
jquery官网下载地址:http://plugins.jquery.com/project/md5
Github下载地址:https://GitHub.com/Yezacx/md5
使用教程首先引用jQuery库和jQuery.md5.js
<script src="jquery.js"></script><script src="jquery.md5.js"></script>
引入js后,使用$.md5的加密方法:
$.md5("我的站长站")document.write($.md5('1234')); document.write($.md5('1234'));
加密结果:
81dc9bdb52d04dc20036dbd8313ed055 81dc9bdb52d04dc20036dbd8313ed055
用法十分简单
相关专题
