简单教程
提交运行
代码编辑器:
<?php $str = "Hello"; echo md5($str); if ( md5($str) == "8b1a9953c4611296a827abf8c47804d7") { echo "<br>Hello world!"; exit; }
运行结果: