摘要: unsigned char low_four, high_four; high_four = (byte & 0xf0) >> 4; low_four = byte & 0x0f; 阅读全文
posted @ 2021-12-01 14:33 ksq 阅读(580) 评论(0) 推荐(0)