The way to go from integer to hex seems to be s = string(12345, base = 16). The hex to Integer seems easier. Int(0x10).
確定! 回上一頁