php $string1 = 'SGVsbG8gOGd3aWZpLm9yZw=='; $binary = base64_decode($string1); $hex = bin2hex($binary); echo $hex; ?> Python example base64 to hex. >>> import ...
確定! 回上一頁