为什么需要这样? #include "stdio.h" int main(void) { float fa = 123.56; char farray[4] = {0}; farray[0] = ((int)fa>> 24)&0xFF; ...
確定! 回上一頁