标签:for ons highlight test 密码 tag 示例 添加 onclick
1.首先要到http://pajhome.org.uk/crypt/md5/下载js文件。
2.在页面文件中添加:
<script type="text/javascript" src="md5.js"></script>
3.使用函数hex_md5()进行加密,例:
frm.pwd.value =hex_md5(frm.pwd.value);
使用示例:
from: http://hongan.iteye.com/blog/287044
标签:for ons highlight test 密码 tag 示例 添加 onclick
原文地址:http://www.cnblogs.com/ec04/p/7967450.html