1.c/c++中求数组长度的方法(1) c语言中一般是用宏定义:#define ARR_LEN(array, length){length =sizeof(array) / sizeof(array[0]);}使用的时候先 ...
確定! 回上一頁