$.md5("你想要加密的字符串"); 

md5插件下载地址:http://xiazai.jb51.net/201003/yuanma/jquery_md5.rar

 

<!DOCTYPE html> 
<html> 
<head> 
<title></title> 
<script type="text/javascript" src="jquery-1.3.2.min.js"></script> 
<script type="text/javascript" src="jquery.md5.js"></script> 
<script type="text/javascript"> 
alert($.md5("Hello")); 
</script> 
</head> 
<body> 
</body> 
</html> 

bbbb 

相关文章:

  • 2021-11-17
  • 2021-12-31
  • 2021-05-18
  • 2021-09-24
  • 2021-12-11
  • 2021-10-12
  • 2022-01-25
  • 2021-06-19
猜你喜欢
  • 2021-06-15
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
相关资源
相似解决方案