this will create an array like this: ['10', 'F8', '00', ...] Then to convert string hex/base16 to integer use int(hex_string,16). That should do it, but here is ...
確定! 回上一頁