FILE* file; // 随便建立一个文件句柄,用"t"可以,用"b"也可以,两种都可以试一试 short x = 65 * 256 + 66; fwrite(&x, sizeof(x), 10, file);
[此贴子已经被作者于2015-12-17 14:19编辑过]