python 进制转换HEX to String,高低位数据处理def Hex_Str16(self,data): hex_str = '{:04X}'.format(data*100) data_h, data_l = hex_str[0:2], ...
確定! 回上一頁