Then for each hex digit, replace it by the 4 bits in the binary column. ... a = 0x6b b = 0x52 c = a | b print("{0:02x}".format(c)); Bitwise And
確定! 回上一頁