void GetMemory2(char **p, int num) { *p = (char *)malloc(sizeof(char) * num); } 分析,二级指针作为参数进行动态内存分配. kernel 发布于 1 小时 ...
確定! 回上一頁