php代码function is_md5($password) { return preg_match("/^[a-z0-9]{32}$/", $password); }로그인 후 복사