Python integer to hex string with padding. integer = 2 hex_string = '0x{:02x}'.format(integer). See pep 3101, especially Standard Format Specifiers for more ...
確定! 回上一頁