App下载

demo_func_string_md5 在线工具

demo_func_string_md5 在线工具

<?php
$str = "Hello";
echo md5($str);
?>
运行结果