摘要: #include <iostream> #include <stdio.h> using namespace std; int main(int argc, char *argv[]) { int a=0x1234; //小端 34 12 char c=(char)(a); //判断是大端还是小端, 阅读全文
posted @ 2022-04-01 18:57 菠萝超级酸 阅读(481) 评论(0) 推荐(0) 编辑