<!DOCTYPE html>
<html>
<body>

<?php
$str = "Shanghai";
echo md5($str);
?>   
  
</body>
</html>

输出

5466ee572bcbc75830d044e66ab429bc

 

参考:

https://www.w3school.com.cn/tiy/s.asp?f=demo_php_func_string_md5

 

 

相关文章:

  • 2022-12-23
  • 2021-10-27
  • 2021-10-17
  • 2021-09-13
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2021-07-14
相关资源
相似解决方案