我希望你能帮助我,以便我可以将一个 md5 函数与一个字符串变量连接起来 <?php function Crypter () { $string =""; $string1=md5( $string ); } ?> 查看完整描述