sizeof (type name); sizeof (expr); sizeof expr; 單位: byte int sz = sizeof(array)/sizeof(*array); //計算array元素個數...
請先 登入 以發表留言。