4. hex string转换为整形列表. 如: '53216A' -> [0x53, 0x21, 0x6A]. 方法:hexstring -> bytearray -> list. [python] ...
確定! 回上一頁